summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
authorTom Smeding <tom.smeding@gmail.com>2016-08-01 20:06:37 +0200
committerTom Smeding <tom.smeding@gmail.com>2016-08-01 20:06:37 +0200
commitf83ea28ae6a04f1121b8328f7bdc5dad94628328 (patch)
tree1123121d3591c64076d20d9301e9a54b28c835a7 /main.c
parentee04f72b83ecd869148d57871af570fc704951ec (diff)
Stuff
Diffstat (limited to 'main.c')
-rw-r--r--main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.c b/main.c
index 7def025..6945950 100644
--- a/main.c
+++ b/main.c
@@ -2,8 +2,8 @@
#include <stdlib.h>
#include <stdbool.h>
#include <string.h>
-#include <assert.h>
+#include "memory.h"
#include "parser.h"
char* readfile(const char *fname){