aboutsummaryrefslogtreecommitdiffstats
path: root/extcap/androiddump.c
diff options
context:
space:
mode:
Diffstat (limited to 'extcap/androiddump.c')
-rw-r--r--extcap/androiddump.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/extcap/androiddump.c b/extcap/androiddump.c
index e38d4b3f0b..a7649c3634 100644
--- a/extcap/androiddump.c
+++ b/extcap/androiddump.c
@@ -49,6 +49,10 @@
#include <arpa/inet.h>
#endif
+#ifdef HAVE_SYS_TIME_H
+ #include <sys/time.h>
+#endif
+
/* Configuration options */
/* #define ANDROIDDUMP_USE_LIBPCAP */
#define EXTCAP_ENCAP_BLUETOOTH_H4_WITH_PHDR 1