diff options
Diffstat (limited to 'driver.c')
-rw-r--r-- | driver.c | 7 |
1 files changed, 3 insertions, 4 deletions
@@ -11,6 +11,9 @@ #include <errno.h> #include <ctype.h> #include <string.h> +#ifdef HAVE_MEMORY_H +#include <memory.h> +#endif /* HAVE_MEMORY_H */ #if defined(STDC_HEADERS) #include <stdlib.h> #endif @@ -36,10 +39,6 @@ #include "mx.h" #endif /* HAVE_GETHOSTBYNAME */ -#ifdef SUNOS -#include <memory.h> -#endif - #ifdef KERBEROS_V4 #if defined (__bsdi__) #include <des.h> /* order of includes matters */ |