From 3ed06ec32b64821b311f47c95862f3486f78aa53 Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Tue, 21 Jun 2016 16:34:36 -0700 Subject: The C standard requires for getenv() and abort(). You might be able to get away with not including it on some or all UN*Xes, but you can't do so on Windows with MSVC. Change-Id: Id2de70745e2a6e8dedc005a55030f3d3fcb54a69 Reviewed-on: https://code.wireshark.org/review/16064 Reviewed-by: Guy Harris --- epan/capture_dissectors.c | 1 + 1 file changed, 1 insertion(+) (limited to 'epan/capture_dissectors.c') diff --git a/epan/capture_dissectors.c b/epan/capture_dissectors.c index 64141cec56..69c3584795 100644 --- a/epan/capture_dissectors.c +++ b/epan/capture_dissectors.c @@ -24,6 +24,7 @@ #include #include +#include #include "packet.h" #include "capture_dissectors.h" -- cgit v1.2.1