summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHerbert Xu <herbert@gondor.apana.org.au>2004-01-14 08:19:07 -0800
committerDavid S. Miller <davem@nuts.ninka.net>2004-01-14 08:19:07 -0800
commita01f18ab08bd9ce981e230992594818fa12007b8 (patch)
treef33a3321c9f1065524a52e010bcf1cb5a8300656
parentfd5ef78663e840412189b16d53ff5a3fd8bc7f71 (diff)
[NET]: net/flow.h needs asm/atomic.h
-rw-r--r--include/net/flow.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/net/flow.h b/include/net/flow.h
index 7ec259b5d632..1b495278975c 100644
--- a/include/net/flow.h
+++ b/include/net/flow.h
@@ -8,6 +8,7 @@
#define _NET_FLOW_H
#include <linux/in6.h>
+#include <asm/atomic.h>
struct flowi {
int oif;