[kernel] add missing linux/types.h header in netlink.h
[openwrt.git] / target / linux / generic-2.4 / patches / 629-netlink_types_h.patch
1 --- a/include/linux/netlink.h
2 +++ b/include/linux/netlink.h
3 @@ -1,6 +1,8 @@
4 #ifndef __LINUX_NETLINK_H
5 #define __LINUX_NETLINK_H
6
7 +#include <linux/types.h>
8 +
9 #define NETLINK_ROUTE 0 /* Routing/device hook */
10 #define NETLINK_SKIP 1 /* Reserved for ENskip */
11 #define NETLINK_USERSOCK 2 /* Reserved for user mode socket protocols */
This page took 0.053285 seconds and 5 git commands to generate.