From: caro Date: Sun, 28 Mar 2010 08:36:55 +0000 (+0000) Subject: add guards around the inclusion of config.h X-Git-Tag: 1.0_branch~126 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c9a68b37fd717ac80e40dbe9ed80e1db6c1e8445;p=profile%2Fivi%2Fembryo.git 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 --- 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