diff options
-rw-r--r-- | libguile/posix.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libguile/posix.c b/libguile/posix.c index 45b175c6f..a23dff354 100644 --- a/libguile/posix.c +++ b/libguile/posix.c @@ -41,6 +41,9 @@ +#if HAVE_CONFIG_H +# include <config.h> +#endif /* Make GNU/Linux libc declare everything it has. */ #define _GNU_SOURCE |