diff options
Diffstat (limited to 'sockutils.c')
-rw-r--r-- | sockutils.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sockutils.c b/sockutils.c index b6a7299c..33e2cc6c 100644 --- a/sockutils.c +++ b/sockutils.c @@ -50,6 +50,9 @@ * ways. */ +#include "ftmacros.h" + +#include <string.h> #include <errno.h> /* for the errno variable */ #include <stdio.h> /* for the stderr file */ #include <stdlib.h> /* for malloc() and free() */ @@ -59,7 +62,7 @@ #define INT_MAX 2147483647 #endif -#include "portability.h" /* this includes <string.h> */ +#include "portability.h" #include "sockutils.h" #ifdef _WIN32 |