Fixed build for cygwin: see issue#111

git-svn-id: https://tesseract-ocr.googlecode.com/svn/trunk@223 d0cd1f9f-072b-0410-8dd7-cf729c803f20
This commit is contained in:
theraysmith 2009-03-12 23:52:44 +00:00
parent ff3d550c05
commit 87b506f63d

View File

@ -27,6 +27,7 @@
#include <winsock.h>
#else
#include <arpa/inet.h>
#include <netinet/in.h>
#include <pthread.h>
#include <semaphore.h>
#include <signal.h>