[poppler] poppler/TextOutputDev.cc
Pino Toscano
pino at kemper.freedesktop.org
Sat Apr 24 09:22:06 PDT 2010
poppler/TextOutputDev.cc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 5b822011029f3721fbafd4a7bf01b9d6fee35d25
Author: Pino Toscano <pino at kde.org>
Date: Sat Apr 24 18:18:08 2010 +0200
include standard float.h instead of unportable values.h
diff --git a/poppler/TextOutputDev.cc b/poppler/TextOutputDev.cc
index 15912c5..cdb5526 100644
--- a/poppler/TextOutputDev.cc
+++ b/poppler/TextOutputDev.cc
@@ -39,7 +39,7 @@
#include <stdlib.h>
#include <stddef.h>
#include <math.h>
-#include <values.h>
+#include <float.h>
#include <ctype.h>
#ifdef _WIN32
#include <fcntl.h> // for O_BINARY
More information about the poppler
mailing list