summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/connection.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/connection.h b/include/connection.h
index e146c73bf..8e997742a 100644
--- a/include/connection.h
+++ b/include/connection.h
@@ -18,8 +18,8 @@
#include "base.h"
#include <string>
#include <map>
-#include <sys/socket.h>
#include <sys/types.h>
+#include <sys/socket.h>
#include <netdb.h>
#include <netinet/in.h>
#include <unistd.h>