Rename malloc.c to alloc.c, and my master Makefile to GNUmakefile,
[sgt/agedu] / httpd.c
diff --git a/httpd.c b/httpd.c
index a11d6e7..8087a28 100644 (file)
--- a/httpd.c
+++ b/httpd.c
@@ -21,7 +21,7 @@
 #include <syslog.h>
 
 #include "agedu.h"
-#include "malloc.h"
+#include "alloc.h"
 #include "html.h"
 #include "httpd.h"