diff options
Diffstat (limited to 'src/tests/constructors/simple7.c')
-rw-r--r-- | src/tests/constructors/simple7.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/tests/constructors/simple7.c b/src/tests/constructors/simple7.c index ba86e2b..42af6cf 100644 --- a/src/tests/constructors/simple7.c +++ b/src/tests/constructors/simple7.c @@ -1,9 +1,12 @@ +#ifdef HAVE_CONFIG_H +# include <config.h> +#endif + #include "Eo.h" #include "mixin.h" #include "simple7.h" #include "simple2.h" -#include "config.h" #include "../eunit_tests.h" #define MY_CLASS SIMPLE7_CLASS |