diff options
Diffstat (limited to 'src/helper')
-rw-r--r-- | src/helper/membuf.c | 2 |
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" |