summaryrefslogtreecommitdiffstats
path: root/src/SocketWriter.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/SocketWriter.cpp')
-rw-r--r--src/SocketWriter.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/SocketWriter.cpp b/src/SocketWriter.cpp
index 83895701..910f67f3 100644
--- a/src/SocketWriter.cpp
+++ b/src/SocketWriter.cpp
@@ -21,8 +21,8 @@
#include <boost/variant/get.hpp>
-#include <sys/types.h>
#include <sys/socket.h>
+#include <sys/types.h>
#include <utility>
#ifndef MSG_NOSIGNAL