diff --git a/coroutine/copy/Context.h b/coroutine/copy/Context.h index 1319f55d16..5e5d9e037a 100644 --- a/coroutine/copy/Context.h +++ b/coroutine/copy/Context.h @@ -12,7 +12,11 @@ #include #include #include + +/* OpenBSD supports alloca, but does not include alloca.h */ +#ifndef __OpenBSD__ #include +#endif #define COROUTINE __attribute__((noreturn)) void