$OpenBSD: patch-tac_plus_h,v 1.3 2017/05/18 23:42:44 espie Exp $
Index: tac_plus.h
--- tac_plus.h.orig
+++ tac_plus.h
@@ -141,6 +141,15 @@
 #define NO_PWAGE
 #endif
 
+#ifdef OPENBSD
+#include <stdlib.h>
+#include <ctype.h>
+#include <fcntl.h>
+#define STDLIB_MALLOC
+#define VOIDSIG
+#define NO_PWAGE
+#endif
+
 #ifdef BSDI
 #define VOIDSIG
 #define STDLIB_MALLOC
