You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

20 lines
458 B

--- 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"