summaryrefslogtreecommitdiffstats
path: root/common/textfile.c
diff options
context:
space:
mode:
Diffstat (limited to 'common/textfile.c')
-rw-r--r--common/textfile.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/textfile.c b/common/textfile.c
index 021fc8fb..eef0f96a 100644
--- a/common/textfile.c
+++ b/common/textfile.c
@@ -31,7 +31,7 @@
#include <ctype.h>
#include <fcntl.h>
#include <unistd.h>
-#include <malloc.h>
+#include <stdlib.h>
#include <string.h>
#include <sys/file.h>
#include <sys/stat.h>