diff options
Diffstat (limited to 'watchlink/netlink_event.cc')
-rw-r--r-- | watchlink/netlink_event.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/watchlink/netlink_event.cc b/watchlink/netlink_event.cc index 2880f83d..7db07764 100644 --- a/watchlink/netlink_event.cc +++ b/watchlink/netlink_event.cc @@ -6,7 +6,7 @@ * under the terms of the GNU General Public License version 2 as published * by the Free Software Foundation. */ -#include <sys/types.h> +#include <linux/types.h> #include <sys/socket.h> #include <linux/rtnetlink.h> #include <net/if.h> |