URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=3761ef378537f6a9e0424f7cbded7e7403ba425c
Submitter: Roland Knall (rknall@xxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
3761ef3 by Baruch Siach (baruch@xxxxxxxxxx):
androiddump: add missing sys/time.h header
struct timeval requires sys/time.h. Fixes the following musl libc build error:
androiddump.c: In function 'useSndTimeout':
androiddump.c:262:18: error: variable 'socket_timeout' has initializer but incomplete type
const struct timeval socket_timeout = {
^
Change-Id: I52e204f32a012aabea2e54877e564576c072fe08
Reviewed-on: https://code.wireshark.org/review/19460
Reviewed-by: Michal Labedzki <michal.tomasz.labedzki@xxxxxxxxx>
Petri-Dish: Michal Labedzki <michal.tomasz.labedzki@xxxxxxxxx>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
Reviewed-by: Roland Knall <rknall@xxxxxxxxx>
Actions performed:
from 9312538 UDLD: Use correct flag bits
adds 3761ef3 androiddump: add missing sys/time.h header
Summary of changes:
extcap/androiddump.c | 4 ++++
1 file changed, 4 insertions(+)