aboutsummaryrefslogtreecommitdiffstats
path: root/text2pcap.c
diff options
context:
space:
mode:
authorJörg Mayer <jmayer@loplof.de>2013-10-05 21:56:23 +0000
committerJörg Mayer <jmayer@loplof.de>2013-10-05 21:56:23 +0000
commit07a5c7442f9bccfd6cdee15fc21850a815c737bb (patch)
tree185369a53b0ce930cda2c7184264c12a19ffcee8 /text2pcap.c
parentf303dfdd05dec26973fa669cf9c71465190b9d45 (diff)
Invert NEED_INET_ATON_H to HAVE_INET_ATON_H
Remove unused NEED_G_ASCII_STRTOULL_H svn path=/trunk/; revision=52385
Diffstat (limited to 'text2pcap.c')
-rw-r--r--text2pcap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/text2pcap.c b/text2pcap.c
index e9b8b1ef96..1ed8296286 100644
--- a/text2pcap.c
+++ b/text2pcap.c
@@ -149,7 +149,7 @@
#include <winsock2.h> /* needed to define AF_ values on Windows */
#endif
-#ifdef NEED_INET_ATON_H
+#ifndef HAVE_INET_ATON_H
# include "wsutil/inet_aton.h"
#endif