Moved the #if defined section for IRIX/SOLARIS to after config.h is included

This commit is contained in:
cjdebenh
2001-05-15 03:48:39 +00:00
parent 3fff6381b0
commit 376803348a
+4 -3
View File
@@ -11,14 +11,15 @@
#include <sys/utsname.h>
#include <string.h>
#if defined( IRIX ) || defined( SOLARIS )
# include <strings.h>
#endif
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#if defined( IRIX ) || defined( SOLARIS )
# include <strings.h>
#endif
#include "shared/sockets.h"
#include "mode.h"