summaryrefslogtreecommitdiffstats
path: root/target/linux/generic-2.4/patches/629-netlink_types_h.patch
blob: 8347d170b323eaac81076df7315ae23a4ea00bcf (plain)
1
2
3
4
5
6
7
8
9
10
11
--- a/include/linux/netlink.h
+++ b/include/linux/netlink.h
@@ -1,6 +1,8 @@
 #ifndef __LINUX_NETLINK_H
 #define __LINUX_NETLINK_H
 
+#include <linux/types.h>
+
 #define NETLINK_ROUTE		0	/* Routing/device hook				*/
 #define NETLINK_SKIP		1	/* Reserved for ENskip  			*/
 #define NETLINK_USERSOCK	2	/* Reserved for user mode socket protocols 	*/