diff options
-rw-r--r-- | 091socket.cc | 4 |
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> |