diff --git a/src/q2proto_internal_string.h b/src/q2proto_internal_string.h index cbe1e06..29487b6 100644 --- a/src/q2proto_internal_string.h +++ b/src/q2proto_internal_string.h @@ -29,7 +29,7 @@ with this program; if not, write to the Free Software Foundation, Inc., #if !defined(alloca) #define alloca _alloca #endif -#elif !defined(__FreeBSD__) +#elif !defined(__FreeBSD__) && !defined(__OpenBSD__) #include #endif