From 6a5354407299c4faf8df61235a2867a8db5aa7e3 Mon Sep 17 00:00:00 2001 From: Stefan Jahn Date: Wed, 24 Jul 2002 09:25:24 +0000 Subject: [PATCH] 2002-07-24 Stefan Jahn * continuations.h: ia64: Include before . --- libguile/ChangeLog | 5 +++++ libguile/continuations.h | 1 + 2 files changed, 6 insertions(+) diff --git a/libguile/ChangeLog b/libguile/ChangeLog index 513102edb..c401582ee 100644 --- a/libguile/ChangeLog +++ b/libguile/ChangeLog @@ -1,3 +1,8 @@ +2002-07-24 Stefan Jahn + + * continuations.h: ia64: Include before + . + 2002-07-21 Dirk Herrmann * modules.c (scm_sym2var): Don't compare SCM values with ==. diff --git a/libguile/continuations.h b/libguile/continuations.h index 96d02fb77..c876fad03 100644 --- a/libguile/continuations.h +++ b/libguile/continuations.h @@ -49,6 +49,7 @@ #include "libguile/__scm.h" #ifdef __ia64__ +#include #include extern unsigned long * __libc_ia64_register_backing_store_base; #endif /* __ia64__ */