Moved the #if defined section for IRIX/SOLARIS to after config.h is included
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user