diff options
Diffstat (limited to 'coroutine/ucontext/Context.h')
-rw-r--r-- | coroutine/ucontext/Context.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/coroutine/ucontext/Context.h b/coroutine/ucontext/Context.h index 797108642b..39d7ca70ca 100644 --- a/coroutine/ucontext/Context.h +++ b/coroutine/ucontext/Context.h @@ -16,9 +16,12 @@ #define COROUTINE __attribute__((noreturn)) void +#ifdef HAVE_STDINT_H +#include <stdint.h> #if INTPTR_MAX <= INT32_MAX #define COROUTINE_LIMITED_ADDRESS_SPACE #endif +#endif struct coroutine_context { |