Fixed issue 63

git-svn-id: https://tesseract-ocr.googlecode.com/svn/trunk@210 d0cd1f9f-072b-0410-8dd7-cf729c803f20
This commit is contained in:
theraysmith 2008-12-30 18:29:42 +00:00
parent 93c8e5d2d3
commit 55891a3cdc
2 changed files with 2 additions and 2 deletions

View File

@ -28,7 +28,7 @@
#ifdef __MSW32__
#include <windows.h>
#else
#include <netinet/in.h>
#include <arpa/inet.h>
#endif
#include "dawg.h"
#include "cutil.h"

View File

@ -33,7 +33,7 @@
#ifdef __MSW32__
#include <windows.h>
#else
#include <netinet/in.h>
#include <arpa/inet.h>
#endif
#include "makedawg.h"