diff options
author | Zheng Da <zhengda1936@gmail.com> | 2010-01-13 12:05:44 +0100 |
---|---|---|
committer | Zheng Da <zhengda1936@gmail.com> | 2010-01-13 12:05:44 +0100 |
commit | 29f78c0a9520864b0b2f8707710ed4b46bd4bcaa (patch) | |
tree | 08caa4b592e95b7d8f60d2d0ba62be8182fb611b /libdde_linux26/lib/src/net | |
parent | 436fa4a5352cea7fc8eeafe2fc078031d731b471 (diff) |
fix the problem of HZ and jiffies.
Diffstat (limited to 'libdde_linux26/lib/src/net')
-rw-r--r-- | libdde_linux26/lib/src/net/core/dev.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libdde_linux26/lib/src/net/core/dev.c b/libdde_linux26/lib/src/net/core/dev.c index e66f1da2..b1307dd2 100644 --- a/libdde_linux26/lib/src/net/core/dev.c +++ b/libdde_linux26/lib/src/net/core/dev.c @@ -134,6 +134,8 @@ #include "net-sysfs.h" +#include <ddekit/timer.h> + /* Instead of increasing this, you should create a hash table. */ #define MAX_GRO_SKBS 8 |