From 4c601c833a55446bb15cd80fa1df59dd086694c7 Mon Sep 17 00:00:00 2001 From: Edwin Groothuis Date: Fri, 15 May 2015 13:30:02 +0200 Subject: [PATCH] androiddump: fix compilation under FreeBSD Bug: 11200 Change-Id: Ic46b235c84488bb8537ec3c2605e6770eb843795 Reviewed-on: https://code.wireshark.org/review/8469 Petri-Dish: Pascal Quantin Reviewed-by: Pascal Quantin --- extcap/androiddump.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/extcap/androiddump.c b/extcap/androiddump.c index 783880f427..eac9c10174 100644 --- a/extcap/androiddump.c +++ b/extcap/androiddump.c @@ -32,6 +32,10 @@ #include #include +#ifdef HAVE_NETINET_IN_H +# include +#endif + #ifdef HAVE_UNISTD_H #include #endif