Marcus Meissner
278cdaa2b6
- added missing include to fix build in factory bridge-utils-1.5-ip6.patch OBS-URL: https://build.opensuse.org/request/show/176677 OBS-URL: https://build.opensuse.org/package/show/network:utilities/bridge-utils?expand=0&rev=20
25 lines
696 B
Diff
25 lines
696 B
Diff
Index: libbridge/libbridge.h
|
|
===================================================================
|
|
--- libbridge/libbridge.h.orig
|
|
+++ libbridge/libbridge.h
|
|
@@ -21,6 +21,7 @@
|
|
|
|
#include <sys/socket.h>
|
|
#include <linux/if.h>
|
|
+#include <linux/in6.h>
|
|
#include <linux/if_bridge.h>
|
|
|
|
/* defined in net/if.h but that conflicts with linux/if.h... */
|
|
Index: libbridge/libbridge_private.h
|
|
===================================================================
|
|
--- libbridge/libbridge_private.h.orig
|
|
+++ libbridge/libbridge_private.h
|
|
@@ -24,6 +24,7 @@
|
|
#include <linux/sockios.h>
|
|
#include <sys/time.h>
|
|
#include <sys/ioctl.h>
|
|
+#include <linux/in6.h>
|
|
#include <linux/if_bridge.h>
|
|
|
|
#define MAX_BRIDGES 1024
|