From dbb605f575ea9720cb534b1e3e1a3a7015c828a6 Mon Sep 17 00:00:00 2001 From: Ludovic Courtès Date: Sat, 13 Sep 2008 15:35:27 +0200 Subject: Include in all C files; use `#ifdef HAVE_CONFIG_H' rather than `#if'. --- libguile/weaks.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'libguile/weaks.c') diff --git a/libguile/weaks.c b/libguile/weaks.c index 2e1131570..1d58b5dd3 100644 --- a/libguile/weaks.c +++ b/libguile/weaks.c @@ -17,6 +17,9 @@ +#ifdef HAVE_CONFIG_H +# include +#endif #include -- cgit v1.2.3