poppler/TextOutputDev.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 5b822011029f3721fbafd4a7bf01b9d6fee35d25 Author: Pino Toscano <[email protected]> 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 _______________________________________________ poppler mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/poppler
