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

  1. --- a/libbridge/libbridge_devif.c
  2. +++ b/libbridge/libbridge_devif.c
  3. @@ -24,6 +24,7 @@
  4. #include <string.h>
  5. #include <dirent.h>
  6. #include <fcntl.h>
  7. +#include <limits.h>
  8. #include "libbridge.h"
  9. #include "libbridge_private.h"
  10. --- a/libbridge/libbridge_init.c
  11. +++ b/libbridge/libbridge_init.c
  12. @@ -24,6 +24,7 @@
  13. #include <dirent.h>
  14. #include <sys/types.h>
  15. #include <sys/stat.h>
  16. +#include <limits.h>
  17. #include "libbridge.h"
  18. #include "libbridge_private.h"