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 <sys/utsname.h>
|
||||||
|
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#if defined( IRIX ) || defined( SOLARIS )
|
|
||||||
# include <strings.h>
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifdef HAVE_CONFIG_H
|
#ifdef HAVE_CONFIG_H
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#if defined( IRIX ) || defined( SOLARIS )
|
||||||
|
# include <strings.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
#include "shared/sockets.h"
|
#include "shared/sockets.h"
|
||||||
|
|
||||||
#include "mode.h"
|
#include "mode.h"
|
||||||
|
|||||||
Reference in New Issue
Block a user