summaryrefslogtreecommitdiff
path: root/parser.c
diff options
context:
space:
mode:
Diffstat (limited to 'parser.c')
-rw-r--r--parser.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/parser.c b/parser.c
index 1b3b384e..6553b283 100644
--- a/parser.c
+++ b/parser.c
@@ -15,7 +15,7 @@
#include <stdio.h>
#include <ctype.h>
#include <string.h> /* for memset() only */
-#include <malloc.h>
+#include <stdlib.h>
#include <sys/stat.h>
#ifdef HAVE_FCNTL_H
#include <fcntl.h>