From 1fa8e2ac8d57bc1f4e7f4a0292f5ea8d860933c7 Mon Sep 17 00:00:00 2001 From: "Hoa V. DINH" Date: Mon, 3 Jun 2013 23:35:17 -0700 Subject: [PATCH] Fixed include --- tests/option-parser.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/option-parser.c b/tests/option-parser.c index 5726991..96553cf 100644 --- a/tests/option-parser.c +++ b/tests/option-parser.c @@ -1,7 +1,7 @@ #define _GNU_SOURCE #ifdef HAVE_CONFIG_H -#include "../config.h.in" //this should be conditional for win builds. +#include "../config.h" //this should be conditional for win builds. #endif #ifdef _MSC_VER