From a6ac074b488ce564cd4ad2ae8368c1904d6e534b Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Fri, 23 Sep 2005 20:27:23 +0000 Subject: [PATCH] Include config.h only if it exists. --- tests/test-verify.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/tests/test-verify.c b/tests/test-verify.c index d2049bfc7..577094197 100644 --- a/tests/test-verify.c +++ b/tests/test-verify.c @@ -1,4 +1,7 @@ -#include "config.h" +#ifdef HAVE_CONFIG_H +# include +#endif + #include "verify.h" int x; -- 2.11.0