openbsd-ports/graphics/tesseract/patches/patch-viewer_svutil_h
ajacoutot 027e18d36b Update to tesseract-3.00.
from Sergey Bronnikov with tweaks.
2010-10-22 19:31:43 +00:00

15 lines
294 B
Plaintext

--- viewer/svutil.h.orig Tue Oct 5 20:48:35 2010
+++ viewer/svutil.h Tue Oct 5 20:48:58 2010
@@ -34,6 +34,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>