summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ext/sockets/sockets.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/ext/sockets/sockets.c b/ext/sockets/sockets.c
index cd6f827dff..5d3f16dd25 100644
--- a/ext/sockets/sockets.c
+++ b/ext/sockets/sockets.c
@@ -26,7 +26,6 @@
#endif
#include "php.h"
-#include "php_network.h"
#if HAVE_SOCKETS
@@ -34,7 +33,7 @@
#define _XPG4_2
#define __EXTENSIONS__
-
+#include "php_network.h"
#include "ext/standard/info.h"
#include "php_ini.h"