12 lines
372 B
Plaintext
12 lines
372 B
Plaintext
--- 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>
|
|
|