b.liu | e958203 | 2025-04-17 19:18:16 +0800 | [diff] [blame^] | 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 | |
| 9 | #include "libbridge.h" |
| 10 | #include "libbridge_private.h" |
| 11 | --- a/libbridge/libbridge_init.c |
| 12 | +++ b/libbridge/libbridge_init.c |
| 13 | @@ -24,6 +24,7 @@ |
| 14 | #include <dirent.h> |
| 15 | #include <sys/types.h> |
| 16 | #include <sys/stat.h> |
| 17 | +#include <limits.h> |
| 18 | |
| 19 | #include "libbridge.h" |
| 20 | #include "libbridge_private.h" |