--- cvsroot/libcoro/coro.c 2005/08/20 01:03:31 1.16 +++ cvsroot/libcoro/coro.c 2005/08/30 21:32:17 1.17 @@ -48,9 +48,12 @@ #if CORO_SJLJ || CORO_LOSER || CORO_LINUX || CORO_IRIX +#include + #if CORO_SJLJ # include # include +# include #endif static volatile coro_func coro_init_func;