49803b76f99a0db0acc573e03fc3e92c4f595c3a
[openwrt/svn-archive/archive.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 */
12 --- a/include/linux/filter.h
13 +++ b/include/linux/filter.h
14 @@ -5,6 +5,8 @@
15 #ifndef __LINUX_FILTER_H__
16 #define __LINUX_FILTER_H__
17
18 +#include <linux/types.h>
19 +
20 /*
21 * Current version of the filter code architecture.
22 */