wireshark/extcap
Jakub Zawadzki 8b5b843fcb udpdump: Add missing include for timeval struct.
struct timeval is defined in <sys/time.h>, include it.

It should fix building with musl:

udpdump.c: In function 'setup_listener':
udpdump.c:126:9: error: variable 'timeout' has initializer but incomplete type
  struct timeval timeout = { 1, 0 };

Change-Id: Id9be579e50ea2845ca609708e8ec4d1a3858ecc0
Reviewed-on: https://code.wireshark.org/review/23728
Petri-Dish: Jakub Zawadzki <darkjames-ws@darkjames.pl>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
Reviewed-by: Jakub Zawadzki <darkjames-ws@darkjames.pl>
2017-09-25 16:42:17 +00:00
..
.editorconfig Move extcap EditorConfig settings to source dir 2016-03-23 00:24:52 +00:00
Makefile.am autotools: Use package flags to configure libpcap 2017-09-24 12:58:06 +00:00
androiddump.c Fix potential oob write crashes 2017-08-23 02:58:08 +00:00
ciscodump.c extcap: add debug log file feature to extcap-base. 2017-08-02 17:41:24 +00:00
extcap-base.c plugins: config.h must not be included by public headers 2017-09-06 08:10:56 +00:00
extcap-base.h extcap: add debug log file feature to extcap-base. 2017-08-02 17:41:24 +00:00
randpktdump.c extcap: add debug log file feature to extcap-base. 2017-08-02 17:41:24 +00:00
ssh-base.c extcap: make extcap use the ws_strtoi/u functions. 2016-09-16 14:21:16 +00:00
ssh-base.h extcap: make extcap use the ws_strtoi/u functions. 2016-09-16 14:21:16 +00:00
sshdump.c extcap: add debug log file feature to extcap-base. 2017-08-02 17:41:24 +00:00
udpdump.c udpdump: Add missing include for timeval struct. 2017-09-25 16:42:17 +00:00