diff options
Diffstat (limited to 'src/http.c')
| -rw-r--r-- | src/http.c | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -23,8 +23,10 @@ #include <stdio.h> #include <stdlib.h> #include <string.h> -#if !defined(MACOSX) && !defined(BSD) +#ifndef WIN32 #include <sys/param.h> +#endif +#if !defined(MACOSX) && !defined(BSD) #include <malloc.h> #endif #include <time.h> |
