[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1318671264-19684-1-git-send-email-christoph.paasch@uclouvain.be>
Date: Sat, 15 Oct 2011 12:34:24 +0300
From: Christoph Paasch <christoph.paasch@...ouvain.be>
To: davem@...emloft.net
Cc: netdev@...r.kernel.org,
Christoph Paasch <christoph.paasch@...ouvain.be>
Subject: [PATCH net-next] net: ipv6: inet6_connection_sock.h needs flowi
Otherwise we have a compiler-warning in c-files not including net/flow.h
before inet6_connection_sock.h .
Signed-off-by: Christoph Paasch <christoph.paasch@...ouvain.be>
---
include/net/inet6_connection_sock.h | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/include/net/inet6_connection_sock.h b/include/net/inet6_connection_sock.h
index 3207e58..2a86a84 100644
--- a/include/net/inet6_connection_sock.h
+++ b/include/net/inet6_connection_sock.h
@@ -21,6 +21,7 @@ struct request_sock;
struct sk_buff;
struct sock;
struct sockaddr;
+struct flowi;
extern int inet6_csk_bind_conflict(const struct sock *sk,
const struct inet_bind_bucket *tb);
--
1.7.5.4
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists