Rename malloc.c to alloc.c, and my master Makefile to GNUmakefile,
[sgt/agedu] / agedu.c
diff --git a/agedu.c b/agedu.c
index caef604..15b366a 100644 (file)
--- a/agedu.c
+++ b/agedu.c
@@ -24,7 +24,7 @@
 #include "du.h"
 #include "trie.h"
 #include "index.h"
-#include "malloc.h"
+#include "alloc.h"
 #include "html.h"
 #include "httpd.h"
 #include "fgetline.h"