diff options
author | Jim Blandy <jimb@red-bean.com> | 1997-04-19 13:25:09 +0000 |
---|---|---|
committer | Jim Blandy <jimb@red-bean.com> | 1997-04-19 13:25:09 +0000 |
commit | 5ac58d89abcc7b6c00be2280de5bcceca8f7a00a (patch) | |
tree | 1207e7d6fa1c2f8c9d53081fbd4fc39f5b37965d /libguile/alloca.c | |
parent | 549436debe91d30b0599d576756543c78a804c3c (diff) |
* alloca.c: #include <scmconfig.h>, not <config.h>.
* Makefile.am (EXTRA_libguile_la_SOURCES): Mention alloca.c, so
it'll get included in disties.
Diffstat (limited to 'libguile/alloca.c')
-rw-r--r-- | libguile/alloca.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libguile/alloca.c b/libguile/alloca.c index 8f98b73db..25b0ab498 100644 --- a/libguile/alloca.c +++ b/libguile/alloca.c @@ -22,7 +22,7 @@ your main control loop, etc. to force garbage collection. */ #ifdef HAVE_CONFIG_H -#include <config.h> +#include <scmconfig.h> #endif #ifdef HAVE_STRING_H |