From 2e85975feee4304ebc3e47c3b03653094b839b6c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Valverde?= Date: Wed, 10 Feb 2016 07:16:08 +0000 Subject: Just #include wsutil/inet_aton.h MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit No need for platform-specific system header boilerplate. Change-Id: I5387a0005ddb0d7aab3c5b9f28d6282053c1b0fd Reviewed-on: https://code.wireshark.org/review/13865 Petri-Dish: João Valverde Tested-by: Petri Dish Buildbot Reviewed-by: João Valverde --- text2pcap.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'text2pcap.c') diff --git a/text2pcap.c b/text2pcap.c index bd72a5e975..64e1423bd7 100644 --- a/text2pcap.c +++ b/text2pcap.c @@ -152,10 +152,6 @@ #include /* needed to define AF_ values on Windows */ #endif -#ifndef HAVE_INET_ATON -# include "wsutil/inet_aton.h" -#endif - #ifdef HAVE_SYS_SOCKET_H #include #endif -- cgit v1.2.1