diff options
Diffstat (limited to 'xmalloc.c')
-rw-r--r-- | xmalloc.c | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -8,6 +8,9 @@ #include <stdio.h> #include <string.h> #include <sys/types.h> +#if defined(STDC_HEADERS) +#include <stdlib.h> +#endif #include "fetchmail.h" #if defined(HAVE_VOIDPOINTER) |