Rename malloc.c to alloc.c, and my master Makefile to GNUmakefile,
[sgt/agedu] / html.c
diff --git a/html.c b/html.c
index 7633dec..48f1827 100644 (file)
--- a/html.c
+++ b/html.c
@@ -13,7 +13,7 @@
 
 #include "agedu.h"
 #include "html.h"
-#include "malloc.h"
+#include "alloc.h"
 #include "trie.h"
 #include "index.h"