From 2aa13ce57bf6090d157754f66e475d755f023ef6 Mon Sep 17 00:00:00 2001 From: root Date: Thu, 26 Oct 2006 05:20:47 +0000 Subject: *** empty log message *** --- coro.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'coro.c') diff --git a/coro.c b/coro.c index 0752ec4..0eaa150 100644 --- a/coro.c +++ b/coro.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2001-2005 Marc Alexander Lehmann + * Copyright (c) 2001-2006 Marc Alexander Lehmann * * Redistribution and use in source and binary forms, with or without modifica- * tion, are permitted provided that the following conditions are met: @@ -49,6 +49,10 @@ # endif #endif +#if CORO_UCONTEXT +# include +#endif + #if CORO_SJLJ || CORO_LOSER || CORO_LINUX || CORO_IRIX #include -- cgit v1.2.3