You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/app-text/tesseract/files/tesseract-2.04-gcc47.patch

11 lines
289 B

--- ./viewer/svutil.cpp.ori 2012-04-28 01:59:58.441072997 +0200
+++ ./viewer/svutil.cpp 2012-04-28 02:00:35.085467955 +0200
@@ -37,6 +37,7 @@
#include <signal.h>
#include <stdlib.h>
#include <string.h>
+#include <unistd.h>
#include <netdb.h>
#include <sys/socket.h>
#ifdef __linux__