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:
ed30744
)
headers_check fix: linux/pkt_sched.h
author
Jaswinder Singh Rajput
<
[email protected]
>
Fri, 30 Jan 2009 16:37:05 +0000
(22:07 +0530)
committer
Jaswinder Singh Rajput
<
[email protected]
>
Fri, 30 Jan 2009 18:34:50 +0000
(
00:04
+0530)
fix the following 'make headers_check' warning:
usr/include/linux/pkt_sched.h:32: found __[us]{8,16,32,64} type without #include <linux/types.h>
Signed-off-by: Jaswinder Singh Rajput <
[email protected]
>
include/linux/pkt_sched.h
patch
|
blob
|
history
diff --git
a/include/linux/pkt_sched.h
b/include/linux/pkt_sched.h
index e3f133adba7828e62b620796ca6dcee345e08d86..b2648e8e4987549d1b9be26f5f2feab01be3cb24 100644
(file)
--- a/
include/linux/pkt_sched.h
+++ b/
include/linux/pkt_sched.h
@@
-1,6
+1,8
@@
#ifndef __LINUX_PKT_SCHED_H
#define __LINUX_PKT_SCHED_H
+#include <linux/types.h>
+
/* Logical priority bands not depending on specific packet scheduler.
Every scheduler will map them to real traffic classes, if it has
no more precise mechanism to classify packets.