Commit 96ab3e2b authored by Herbert Xu's avatar Herbert Xu Committed by David S. Miller

[NETLINK]: netlink.h needs types.h

parent ee735cbb
......@@ -2,6 +2,7 @@
#define __LINUX_NETLINK_H
#include <linux/socket.h> /* for sa_family_t */
#include <linux/types.h>
#define NETLINK_ROUTE 0 /* Routing/device hook */
#define NETLINK_SKIP 1 /* Reserved for ENskip */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment