From 29f78c0a9520864b0b2f8707710ed4b46bd4bcaa Mon Sep 17 00:00:00 2001 From: Zheng Da Date: Wed, 13 Jan 2010 12:05:44 +0100 Subject: fix the problem of HZ and jiffies. --- libdde_linux26/lib/src/net/core/dev.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libdde_linux26/lib/src/net') 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 + /* Instead of increasing this, you should create a hash table. */ #define MAX_GRO_SKBS 8 -- cgit v1.2.3