From 858dc0c5f037d75001027d590746dc03ae19b930 Mon Sep 17 00:00:00 2001 From: Martin Kaiser Date: Sun, 12 Jun 2016 16:31:57 -0700 Subject: use #include for generated include files the same mechanism as described in 7c40de5c38ac71323455c51dcc14a5eb385ce718 could trick us into using the wrong config.h fix this for some occassions where config.h is included before we include zlib.h I saw compile errors on windows where we picked up config.h from a linux build and zlib failed because of a mission unistd.h Change-Id: I91cf73b96c9e1b6f009fb2376fabfe973d1ac941 Reviewed-on: https://code.wireshark.org/review/15874 Petri-Dish: Alexis La Goutte Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman --- ws_version_info.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ws_version_info.c') diff --git a/ws_version_info.c b/ws_version_info.c index 944a5798a0..f1c5ee02f9 100644 --- a/ws_version_info.c +++ b/ws_version_info.c @@ -20,7 +20,7 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ -#include "config.h" +#include #include #include -- cgit v1.2.1