1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-11-19 15:05:12 +01:00

add missing linux/types.h header in netlink.h

SVN-Revision: 20488
This commit is contained in:
Florian Fainelli 2010-03-26 17:58:45 +00:00
parent df747ce8e1
commit dfb4939f20

@ -0,0 +1,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 */