$OpenBSD: patch-examples_parallel_for_tachyon_src_types_h,v 1.1.1.1 2018/07/05 09:14:55 bentley Exp $

Index: examples/parallel_for/tachyon/src/types.h
--- examples/parallel_for/tachyon/src/types.h.orig
+++ examples/parallel_for/tachyon/src/types.h
@@ -52,7 +52,7 @@
 #elif _WIN32
 #include <malloc.h>
 #define alloca _alloca
-#elif __FreeBSD__||__NetBSD__
+#elif __FreeBSD__||__NetBSD__||__OpenBSD__
 #include <stdlib.h>
 #else
 #include <alloca.h>
