Rename malloc.c to alloc.c, and my master Makefile to GNUmakefile,
[sgt/agedu] / du.c
diff --git a/du.c b/du.c
index 957c6e7..30a880d 100644 (file)
--- a/du.c
+++ b/du.c
@@ -15,7 +15,7 @@
 #include <unistd.h>
 
 #include "du.h"
-#include "malloc.h"
+#include "alloc.h"
 
 #ifdef __linux__