mirror of
https://github.com/tesseract-ocr/tesseract.git
synced 2024-11-24 02:59:07 +08:00
Fixed issue 63
git-svn-id: https://tesseract-ocr.googlecode.com/svn/trunk@210 d0cd1f9f-072b-0410-8dd7-cf729c803f20
This commit is contained in:
parent
93c8e5d2d3
commit
55891a3cdc
@ -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"
|
||||
|
@ -33,7 +33,7 @@
|
||||
#ifdef __MSW32__
|
||||
#include <windows.h>
|
||||
#else
|
||||
#include <netinet/in.h>
|
||||
#include <arpa/inet.h>
|
||||
#endif
|
||||
|
||||
#include "makedawg.h"
|
||||
|
Loading…
Reference in New Issue
Block a user