[<prev] [next>] [day] [month] [year] [list]
Message-ID: <bfe184b0f2e4be53f013b24652b3e48f@ixit.cz>
Date: Fri, 14 Mar 2014 17:15:01 +0100
From: David Heidelberger <david.heidelberger@...t.cz>
To: linux-kernel@...r.kernel.org
Cc: maillist-linux@...fooze.de
Subject: [PATCH 2/4] if_bridge.h: needs struct in6_addr
Signed-off-by: John Spencer <maillist-linux@...fooze.de>
Tested-by: David Heidelberger <david.heidelberger@...t.cz>
---
include/uapi/linux/if_bridge.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/include/uapi/linux/if_bridge.h
b/include/uapi/linux/if_bridge.h
index 39f621a..da17e45 100644
--- a/include/uapi/linux/if_bridge.h
+++ b/include/uapi/linux/if_bridge.h
@@ -15,6 +15,7 @@
#include <linux/types.h>
#include <linux/if_ether.h>
+#include <linux/in6.h>
#define SYSFS_BRIDGE_ATTR "bridge"
#define SYSFS_BRIDGE_FDB "brforward"
--
1.8.4
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists