projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
52bb25a
)
headers_check fix: linux/net_dropmon.h
author
Jaswinder Singh Rajput
<
[email protected]
>
Mon, 1 Jun 2009 06:23:25 +0000
(06:23 +0000)
committer
Jaswinder Singh Rajput
<
[email protected]
>
Mon, 1 Jun 2009 06:23:25 +0000
(06:23 +0000)
fix the following 'make headers_check' warnings:
usr/include/linux/net_dropmon.h:7: found __[us]{8,16,32,64} type without #include <linux/types.h>
Signed-off-by: Jaswinder Singh Rajput <
[email protected]
>
include/linux/net_dropmon.h
patch
|
blob
|
history
diff --git
a/include/linux/net_dropmon.h
b/include/linux/net_dropmon.h
index 0217fb81a63011ae6f8d610e622c9a56855a0472..0e2e100c44a275f719377d7c0e2ad113743d404d 100644
(file)
--- 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 {