1234567891011 |
- --- iproute2-3.12.0.orig/tc/tc_core.h 2013-11-23 02:10:33.000000000 +0100
- +++ iproute2-3.12.0/tc/tc_core.h 2014-02-08 20:19:59.000000000 +0100
- @@ -1,7 +1,7 @@
- #ifndef _TC_CORE_H_
- #define _TC_CORE_H_ 1
-
- -#include <asm/types.h>
- +#include <sys/types.h>
- #include <linux/pkt_sched.h>
-
- #define TIME_UNITS_PER_SEC 1000000
|