summaryrefslogtreecommitdiff
path: root/coro.c
diff options
context:
space:
mode:
authorroot <root>2006-10-26 05:20:47 +0000
committerroot <root>2006-10-26 05:20:47 +0000
commit2aa13ce57bf6090d157754f66e475d755f023ef6 (patch)
tree19dadb7830eea50a22819d63c715f685441266cf /coro.c
parent14ee6fcf6e17c82104f66c8b3bdd288a35fd348e (diff)
*** empty log message ***
Diffstat (limited to 'coro.c')
-rw-r--r--coro.c6
1 files changed, 5 insertions, 1 deletions
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 <schmorp@schmorp.de>
+ * Copyright (c) 2001-2006 Marc Alexander Lehmann <schmorp@schmorp.de>
*
* 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 <stddef.h>
+#endif
+
#if CORO_SJLJ || CORO_LOSER || CORO_LINUX || CORO_IRIX
#include <stdlib.h>