diff options
| -rw-r--r-- | coro.h | 4 | 
1 files changed, 4 insertions, 0 deletions
| @@ -149,6 +149,10 @@ struct coro_context {  #elif CORO_SJLJ || CORO_LOOSE || CORO_LINUX || CORO_IRIX +#ifdef CORO_LINUX +# define _GNU_SOURCE // for linux libc +#endif +  #include <setjmp.h>  struct coro_context { | 
