diff options
-rw-r--r-- | watchlink/netlink_event.cc | 2 | ||||
-rw-r--r-- | watchlink/netlink_listener.cc | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/watchlink/netlink_event.cc b/watchlink/netlink_event.cc index 1f8efc7c..1ab1a6ab 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 <linux/types.h> +#include <sys/types.h> #include <sys/socket.h> #include <linux/rtnetlink.h> #include <net/if.h> diff --git a/watchlink/netlink_listener.cc b/watchlink/netlink_listener.cc index 8ef3e40c..be17fc76 100644 --- a/watchlink/netlink_listener.cc +++ b/watchlink/netlink_listener.cc @@ -7,7 +7,7 @@ * by the Free Software Foundation. */ #include <errno.h> -#include <linux/types.h> +#include <sys/types.h> #include <sys/types.h> #include <sys/socket.h> #include <linux/rtnetlink.h> |