summaryrefslogtreecommitdiff
path: root/net/core/flow.c
diff options
context:
space:
mode:
authorHerbert Xu <herbert@gondor.apana.org.au>2003-06-03 12:51:25 -0700
committerDavid S. Miller <davem@nuts.ninka.net>2003-06-03 12:51:25 -0700
commitc2fc8d2280a19400df52ee5fca72b3afbf5c59ef (patch)
treeb52a86270bdb87f4e28e76dd6c0dff7c941bf0d5 /net/core/flow.c
parentd171187bbc863a75e44e8d1327bfe549d458a840 (diff)
[IPSEC]: Include linux/slab.h where necessary.
Diffstat (limited to 'net/core/flow.c')
-rw-r--r--net/core/flow.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/net/core/flow.c b/net/core/flow.c
index 1810cd096af4..4fd6af30d0d8 100644
--- a/net/core/flow.c
+++ b/net/core/flow.c
@@ -11,6 +11,7 @@
#include <linux/mm.h>
#include <linux/random.h>
#include <linux/init.h>
+#include <linux/slab.h>
#include <net/flow.h>
#include <asm/atomic.h>