openbsd-ports/graphics/tesseract/patches/patch-viewer_svutil_h
2011-12-22 09:47:50 +00:00

15 lines
294 B
Plaintext

--- viewer/svutil.h.orig Sat Oct 22 04:21:21 2011
+++ viewer/svutil.h Wed Dec 21 19:12:28 2011
@@ -39,6 +39,11 @@
#else
#include <pthread.h>
#include <semaphore.h>
+#ifdef __OpenBSD__
+#include <unistd.h>
+#include <sys/types.h>
+#include <netinet/in.h>
+#endif
#endif
#include <string>