diff options
Diffstat (limited to 'test-suite/standalone/test-with-guile-module.c')
-rw-r--r-- | test-suite/standalone/test-with-guile-module.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test-suite/standalone/test-with-guile-module.c b/test-suite/standalone/test-with-guile-module.c index 14d3afdc7..babc22b22 100644 --- a/test-suite/standalone/test-with-guile-module.c +++ b/test-suite/standalone/test-with-guile-module.c @@ -15,6 +15,10 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ +#ifndef HAVE_CONFIG_H +# include <config.h> +#endif + #include <pthread.h> #include <libguile.h> |