freebsd-ports/japanese/nhocr/files/patch-libnhocr__ocrbase.cpp
Dmitry Marakasov e6004d57f2 OCR engine for Japanese language
WWW: http://code.google.com/p/nhocr

PR:		134720
Submitted by:	Hiroto Kagotani <hiroto.kagotani@gmail.com>
2009-05-31 22:34:54 +00:00

11 lines
312 B
C++

--- ./libnhocr/ocrbase.cpp.orig 2009-05-15 15:55:20.000000000 +0900
+++ ./libnhocr/ocrbase.cpp 2009-05-19 19:24:48.000000000 +0900
@@ -9,7 +9,7 @@
#include <stdlib.h>
#include <string.h>
#include <math.h>
-#include <values.h>
+#include <float.h>
#if defined (__SVR4) && defined (__sun)
#include <float.h>