summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorroot <root>2005-08-30 21:32:17 +0000
committerroot <root>2005-08-30 21:32:17 +0000
commitba0f66be96eb012c722b6b3f448204ac8fdfc703 (patch)
tree21230e8cf276b6773795ce0d7ecc85f92eb67dc7
parent70cb21053986de4f56de177b048cd7af583e72cf (diff)
*** empty log message ***rel-1_31
-rw-r--r--coro.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/coro.c b/coro.c
index 02fef11..68a52d0 100644
--- a/coro.c
+++ b/coro.c
@@ -48,9 +48,12 @@
#if CORO_SJLJ || CORO_LOSER || CORO_LINUX || CORO_IRIX
+#include <stdlib.h>
+
#if CORO_SJLJ
# include <stdio.h>
# include <signal.h>
+# include <unistd.h>
#endif
static volatile coro_func coro_init_func;