2002-07-24 Stefan Jahn <stefan@lkcc.org>
authorStefan Jahn <stefan@lkcc.org>
Wed, 24 Jul 2002 09:25:24 +0000 (09:25 +0000)
committerStefan Jahn <stefan@lkcc.org>
Wed, 24 Jul 2002 09:25:24 +0000 (09:25 +0000)
        * continuations.h: ia64: Include <signal.h> before
        <sys/ucontext.h>.

libguile/ChangeLog
libguile/continuations.h

index 513102e..c401582 100644 (file)
@@ -1,3 +1,8 @@
+2002-07-24  Stefan Jahn  <stefan@lkcc.org>
+
+       * continuations.h: ia64: Include <signal.h> before 
+       <sys/ucontext.h>.
+
 2002-07-21  Dirk Herrmann  <D.Herrmann@tu-bs.de>
 
        * modules.c (scm_sym2var):  Don't compare SCM values with ==.
index 96d02fb..c876fad 100644 (file)
@@ -49,6 +49,7 @@
 #include "libguile/__scm.h"
 
 #ifdef __ia64__
+#include <signal.h>
 #include <sys/ucontext.h>
 extern unsigned long * __libc_ia64_register_backing_store_base;
 #endif /* __ia64__ */