summaryrefslogtreecommitdiffstats
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 @@
8 8
9#include "UEvent.h" 9#include "UEvent.h"
10 10
11#include <sys/socket.h>
11#include <linux/netlink.h> 12#include <linux/netlink.h>
12#include <string.h> 13#include <string.h>
13#include <sys/socket.h> 14
14#include <unistd.h> 15#include <unistd.h>
15 16
16#include "Logging.h" 17#include "Logging.h"