Rename malloc.c to alloc.c, and my master Makefile to GNUmakefile,
[sgt/agedu] / fgetline.c
index 15b3af0..39696ac 100644 (file)
@@ -5,7 +5,7 @@
 #include <stdio.h>
 #include <string.h>
 
-#include "malloc.h"
+#include "alloc.h"
 #include "fgetline.h"
 
 char *fgetline(FILE *fp)