diff options
Diffstat (limited to 'user/libpcap/add-missing-header.patch')
-rw-r--r-- | user/libpcap/add-missing-header.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/user/libpcap/add-missing-header.patch b/user/libpcap/add-missing-header.patch new file mode 100644 index 000000000..0411b8c84 --- /dev/null +++ b/user/libpcap/add-missing-header.patch @@ -0,0 +1,10 @@ +--- libpcap-1.9.0/pcap-usb-linux.c.old 2018-06-24 17:54:20.000000000 +0000 ++++ libpcap-1.9.0/pcap-usb-linux.c 2018-07-23 22:59:58.190000000 +0000 +@@ -47,6 +47,7 @@ + + #include <ctype.h> + #include <errno.h> ++#include <limits.h> + #include <stdlib.h> + #include <unistd.h> + #include <fcntl.h> |