mirror of
https://github.com/pygos/build.git
synced 2024-11-05 11:37:10 +01:00
790db0d992
Signed-off-by: David Oberhollenzer <david.oberhollenzer@tele2.at>
12 lines
258 B
Diff
12 lines
258 B
Diff
diff --git a/pcap-usb-linux.c b/pcap-usb-linux.c
|
|
index 6f8adf6..b2068b4 100644
|
|
--- a/pcap-usb-linux.c
|
|
+++ b/pcap-usb-linux.c
|
|
@@ -45,6 +45,7 @@
|
|
#include "strerror.h"
|
|
#endif
|
|
|
|
+#include <limits.h>
|
|
#include <ctype.h>
|
|
#include <errno.h>
|
|
#include <stdlib.h>
|