Rename malloc.c to alloc.c, and my master Makefile to GNUmakefile,
[sgt/agedu] / index.c
diff --git a/index.c b/index.c
index 2d1f840..56d657d 100644 (file)
--- a/index.c
+++ b/index.c
@@ -8,7 +8,7 @@
 
 #include "trie.h"
 #include "index.h"
-#include "malloc.h"
+#include "alloc.h"
 
 #define alignof(typ) ( offsetof(struct { char c; typ t; }, t) )