From c9a68b37fd717ac80e40dbe9ed80e1db6c1e8445 Mon Sep 17 00:00:00 2001 From: caro Date: Sun, 28 Mar 2010 08:36:55 +0000 Subject: [PATCH] add guards around the inclusion of config.h git-svn-id: http://svn.enlightenment.org/svn/e/trunk/embryo@47527 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- src/bin/embryo_cc_scvars.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/bin/embryo_cc_scvars.c b/src/bin/embryo_cc_scvars.c index 163bbc9..7a9e086 100644 --- a/src/bin/embryo_cc_scvars.c +++ b/src/bin/embryo_cc_scvars.c @@ -27,7 +27,10 @@ * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 */ -#include /* for PATH_MAX */ +#ifdef HAVE_CONFIG_H +# include /* for PATH_MAX */ +#endif + #include "embryo_cc_sc.h" /* global variables -- 2.7.4