From a8a11001f95166da63c89f1937e72861b6f79a16 Mon Sep 17 00:00:00 2001 From: Dirk Herrmann Date: Thu, 12 Oct 2000 07:59:02 +0000 Subject: [PATCH] * Fixed include file problem reported by Bruce Korb. --- libguile/ChangeLog | 5 +++++ libguile/alloca.c | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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 -- 2.20.1