1 diff -ur poppler-0.37.0.orig/goo/GooString.h poppler-0.37.0/goo/GooString.h
2 --- poppler-0.37.0.orig/goo/GooString.h 2015-07-12 17:05:10.000000000 +0200
3 +++ poppler-0.37.0/goo/GooString.h 2015-08-10 09:38:59.000000000 +0200
7 #include <limits.h> // for LLONG_MAX and ULLONG_MAX
9 +/* <limits.h> and/or the compiler may or may not define these. */
10 +/* Minimum and maximum values a `signed long long int' can hold. */
12 +# define LLONG_MAX 9223372036854775807LL
15 +# define LLONG_MIN (-LLONG_MAX - 1LL)
18 +/* Maximum value an `unsigned long long int' can hold. (Minimum is 0.) */
20 +# define ULLONG_MAX 18446744073709551615ULL
24 #include <stdlib.h> // for NULL