diff options
Diffstat (limited to 'tests/gimarshallingtests.c')
-rw-r--r-- | tests/gimarshallingtests.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/gimarshallingtests.c b/tests/gimarshallingtests.c index 59b5ba99..c8f97740 100644 --- a/tests/gimarshallingtests.c +++ b/tests/gimarshallingtests.c @@ -2,7 +2,10 @@ *vim: tabstop=4 shiftwidth=4 expandtab */ +/* This file gets installed, so we can't assume config.h is available */ +#ifdef HAVE_CONFIG_H #include "config.h" +#endif #include "gimarshallingtests.h" |