From 7b41e4e522ffd08bf35da6cb829ad4b43bae565e Mon Sep 17 00:00:00 2001 From: tsauerbeck Date: Wed, 13 Apr 2005 20:36:07 +0000 Subject: [PATCH] include config.h SVN revision: 14188 --- legacy/embryo/src/bin/embryo_cc_sclist.c | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/legacy/embryo/src/bin/embryo_cc_sclist.c b/legacy/embryo/src/bin/embryo_cc_sclist.c index db863cda63..a11acc89bb 100644 --- a/legacy/embryo/src/bin/embryo_cc_sclist.c +++ b/legacy/embryo/src/bin/embryo_cc_sclist.c @@ -23,6 +23,11 @@ * * Version: $Id$ */ + +#ifdef HAVE_CONFIG_H +# include +#endif + #include #include #include