diff options
Diffstat (limited to 'otherlibs/unix/getserv.c')
-rw-r--r-- | otherlibs/unix/getserv.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/otherlibs/unix/getserv.c b/otherlibs/unix/getserv.c index e58022583..e882e8435 100644 --- a/otherlibs/unix/getserv.c +++ b/otherlibs/unix/getserv.c @@ -15,8 +15,8 @@ #include <mlvalues.h> #include <alloc.h> -#include <memory.h> #include <fail.h> +#include <memory.h> #include "unixsupport.h" #ifdef HAS_SOCKETS |