diff options
| author | Thomas Graf <tgraf@suug.ch> | 2004-10-26 01:55:51 -0700 |
|---|---|---|
| committer | David S. Miller <davem@nuts.davemloft.net> | 2004-10-26 01:55:51 -0700 |
| commit | f2c18707e1df584722d358bd115879111e826787 (patch) | |
| tree | b27d75ba44ecea6117ae85c07b3a950ad5d6a43f /include/linux | |
| parent | b3357b31dfd815f8788b33ce5db36463cc8bc6f3 (diff) | |
[PKT_SCHED]: pkt_cls.h needs pkt_sched.h
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/pkt_cls.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/pkt_cls.h b/include/linux/pkt_cls.h index 9abc5b5a925c..de9e1311ecbf 100644 --- a/include/linux/pkt_cls.h +++ b/include/linux/pkt_cls.h @@ -1,6 +1,8 @@ #ifndef __LINUX_PKT_CLS_H #define __LINUX_PKT_CLS_H +#include <linux/pkt_sched.h> + /* I think i could have done better macros ; for now this is stolen from * some arch/mips code - jhs */ |
