11 lines
375 B
Diff
11 lines
375 B
Diff
--- libbridge/libbridge.h.orig 2015-12-30 17:26:10.283593908 +0100
|
|
+++ libbridge/libbridge.h 2015-12-30 17:26:21.535594424 +0100
|
|
@@ -23,6 +23,7 @@
|
|
#include <netinet/in.h>
|
|
#include <linux/if.h>
|
|
#include <linux/if_bridge.h>
|
|
+#include <sys/time.h>
|
|
|
|
/* defined in net/if.h but that conflicts with linux/if.h... */
|
|
extern unsigned int if_nametoindex (const char *__ifname);
|