texlive-bin: patch to make it work with poppler 0.59.0 (#1606)
[termux-packages] / packages / poppler / poppler-Form.cc.patch
1 Include <ctype.h> for isxdigit(3).
2
3 diff -u -r ../poppler-0.59.0/poppler/Form.cc ./poppler/Form.cc
4 --- ../poppler-0.59.0/poppler/Form.cc 2017-08-16 00:16:09.000000000 +0200
5 +++ ./poppler/Form.cc 2017-09-11 20:06:45.434163003 +0200
6 @@ -29,6 +29,7 @@
7
8 #include <set>
9 #include <limits>
10 +#include <ctype.h>
11 #include <stddef.h>
12 #include <string.h>
13 #include "goo/gmem.h"