diff --git a/libguile/ChangeLog b/libguile/ChangeLog index 1c9e4f1c8..d967a5457 100644 --- a/libguile/ChangeLog +++ b/libguile/ChangeLog @@ -1,3 +1,8 @@ +2000-10-11 Dirk Herrmann + + * alloca.c: Fixed include file path. Thanks to Bruce Korb for + the bug report. + 2000-10-11 Marius Vollmer * gc_os_dep.c: Added real implementation based on code from Boehms diff --git a/libguile/alloca.c b/libguile/alloca.c index b93fbe51e..8173cb6bc 100644 --- a/libguile/alloca.c +++ b/libguile/alloca.c @@ -25,7 +25,7 @@ gjb@cs.washington.edu, http://www.cs.washington.edu/homes/gjb */ #ifdef HAVE_CONFIG_H -#include +#include "libguile/scmconfig.h" #endif #ifdef HAVE_STRING_H