bridge-utils: update to 1.7.1
[feed/packages.git] / net / bridge-utils / patches / 010-limits.patch
diff --git a/net/bridge-utils/patches/010-limits.patch b/net/bridge-utils/patches/010-limits.patch
new file mode 100644 (file)
index 0000000..a3aa624
--- /dev/null
@@ -0,0 +1,20 @@
+--- a/libbridge/libbridge_devif.c
++++ b/libbridge/libbridge_devif.c
+@@ -24,6 +24,7 @@
+ #include <string.h>
+ #include <dirent.h>
+ #include <fcntl.h>
++#include <limits.h>
+ #include "libbridge.h"
+ #include "libbridge_private.h"
+--- a/libbridge/libbridge_init.c
++++ b/libbridge/libbridge_init.c
+@@ -24,6 +24,7 @@
+ #include <dirent.h>
+ #include <sys/types.h>
+ #include <sys/stat.h>
++#include <limits.h>
+ #include "libbridge.h"
+ #include "libbridge_private.h"