summaryrefslogtreecommitdiff
path: root/netlink/handlers.h
diff options
context:
space:
mode:
Diffstat (limited to 'netlink/handlers.h')
-rw-r--r--netlink/handlers.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/netlink/handlers.h b/netlink/handlers.h
index f373f58..747229e 100644
--- a/netlink/handlers.h
+++ b/netlink/handlers.h
@@ -16,7 +16,9 @@
#include <stdint.h>
#include <sys/types.h>
#include <netlink/netlink-compat.h>
-#include <netlink/netlink-kernel.h>
+
+/* We can use bionic's <linux/netlink.h>. */
+#include <linux/netlink.h>
#ifdef __cplusplus
extern "C" {