* update Makefile accoring to CONTRIBUTING.md, set maintainer * fix file offset handling * use https://git.kernel.org/pub/scm/linux/kernel/git/shemminger/bridge-utils.git for source code Signed-off-by: Nikolay Martynov <mar.kolya@gmail.com>
10 lines
203 B
Diff
10 lines
203 B
Diff
--- a/libbridge/libbridge.h
|
|
+++ b/libbridge/libbridge.h
|
|
@@ -20,6 +20,7 @@
|
|
#define _LIBBRIDGE_H
|
|
|
|
#include <sys/socket.h>
|
|
+#include <netinet/in.h>
|
|
#include <linux/if.h>
|
|
#include <linux/if_bridge.h>
|
|
|