diff options
author | root <root> | 2005-08-30 21:32:17 +0000 |
---|---|---|
committer | root <root> | 2005-08-30 21:32:17 +0000 |
commit | ba0f66be96eb012c722b6b3f448204ac8fdfc703 (patch) | |
tree | 21230e8cf276b6773795ce0d7ecc85f92eb67dc7 | |
parent | 70cb21053986de4f56de177b048cd7af583e72cf (diff) |
*** empty log message ***rel-1_31
-rw-r--r-- | coro.c | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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; |