diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2009-06-01 08:01:42 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2009-06-01 08:01:42 -0700 |
commit | c4e51e465796e60b8416d05572bee57a25e000ae (patch) | |
tree | b39d5a632a3e720d1127c328711c0b8384df3f41 /include/linux/net_dropmon.h | |
parent | 700d4558fc947542218e6acbc20d1347981ea399 (diff) | |
parent | d280cc989ad591607e812cd5c5dfde702b5f191a (diff) |
Merge git://git.kernel.org/pub/scm/linux/kernel/git/jaswinder/headers-check-2.6
* git://git.kernel.org/pub/scm/linux/kernel/git/jaswinder/headers-check-2.6:
headers_check fix: linux/net_dropmon.h
headers_check fix: linux/auto_fs.h
Diffstat (limited to 'include/linux/net_dropmon.h')
-rw-r--r-- | include/linux/net_dropmon.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/net_dropmon.h b/include/linux/net_dropmon.h index 0217fb81a63..0e2e100c44a 100644 --- a/include/linux/net_dropmon.h +++ b/include/linux/net_dropmon.h @@ -1,6 +1,7 @@ #ifndef __NET_DROPMON_H #define __NET_DROPMON_H +#include <linux/types.h> #include <linux/netlink.h> struct net_dm_drop_point { |