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__
|
#ifdef __MSW32__
|
||||||
#include <windows.h>
|
#include <windows.h>
|
||||||
#else
|
#else
|
||||||
#include <netinet/in.h>
|
#include <arpa/inet.h>
|
||||||
#endif
|
#endif
|
||||||
#include "dawg.h"
|
#include "dawg.h"
|
||||||
#include "cutil.h"
|
#include "cutil.h"
|
||||||
|
@ -33,7 +33,7 @@
|
|||||||
#ifdef __MSW32__
|
#ifdef __MSW32__
|
||||||
#include <windows.h>
|
#include <windows.h>
|
||||||
#else
|
#else
|
||||||
#include <netinet/in.h>
|
#include <arpa/inet.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include "makedawg.h"
|
#include "makedawg.h"
|
||||||
|
Loading…
Reference in New Issue
Block a user