about summary refs log tree commit diff stats
path: root/091socket.cc
diff options
context:
space:
mode:
Diffstat (limited to '091socket.cc')
-rw-r--r--091socket.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/091socket.cc b/091socket.cc
index fdf83f69..0ea7b063 100644
--- a/091socket.cc
+++ b/091socket.cc
@@ -214,6 +214,6 @@ case _CLOSE_SOCKET: {
 }
 
 :(before "End Includes")
-#include <unistd.h>
-#include <sys/socket.h>
 #include <netinet/in.h>
+#include <sys/socket.h>
+#include <unistd.h>