$OpenBSD: patch-src_big-int_allocainc_h,v 1.1.1.1 2016/10/23 00:13:10 jca Exp $
--- src/big-int/allocainc.h.orig	Sun Oct 16 18:58:41 2016
+++ src/big-int/allocainc.h	Sun Oct 16 18:58:58 2016
@@ -41,7 +41,7 @@ extern "C" void *alloca (unsigned);
 
 # define alloca(X) __builtin_alloca(X)
 
-#elif defined __FreeBSD__ || defined __FreeBSD_kernel__
+#elif defined __FreeBSD__ || defined __FreeBSD_kernel__ || defined __OpenBSD__
 
 # include <stdlib.h>
 
