diff options
Diffstat (limited to 'otherlibs/unix/getnameinfo.c')
-rw-r--r-- | otherlibs/unix/getnameinfo.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/otherlibs/unix/getnameinfo.c b/otherlibs/unix/getnameinfo.c index a8029eb96..b5824bcb5 100644 --- a/otherlibs/unix/getnameinfo.c +++ b/otherlibs/unix/getnameinfo.c @@ -16,8 +16,8 @@ #include <string.h> #include <mlvalues.h> #include <alloc.h> -#include <memory.h> #include <fail.h> +#include <memory.h> #include <signals.h> #include "unixsupport.h" |