aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--daemon/UEvent.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/daemon/UEvent.cpp b/daemon/UEvent.cpp
index 282e965..d977cd0 100644
--- a/daemon/UEvent.cpp
+++ b/daemon/UEvent.cpp
@@ -8,9 +8,10 @@
#include "UEvent.h"
+#include <sys/socket.h>
#include <linux/netlink.h>
#include <string.h>
-#include <sys/socket.h>
+
#include <unistd.h>
#include "Logging.h"