summaryrefslogtreecommitdiff
path: root/src/helper/membuf.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/helper/membuf.c')
-rw-r--r--src/helper/membuf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/helper/membuf.c b/src/helper/membuf.c
index 4e25d81a..160d0bd7 100644
--- a/src/helper/membuf.c
+++ b/src/helper/membuf.c
@@ -20,7 +20,7 @@
#include <stdio.h>
#include <stdarg.h>
-#include <malloc.h>
+#include <stdlib.h>
#include <string.h>
#include "membuf.h"