summaryrefslogtreecommitdiff
path: root/Build/source/libs/poppler
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/libs/poppler')
-rw-r--r--Build/source/libs/poppler/TLpatches/ChangeLog4
-rw-r--r--Build/source/libs/poppler/TLpatches/patch-04-ctime13
-rw-r--r--Build/source/libs/poppler/poppler-src/poppler/Form.h1
3 files changed, 18 insertions, 0 deletions
diff --git a/Build/source/libs/poppler/TLpatches/ChangeLog b/Build/source/libs/poppler/TLpatches/ChangeLog
index 3e382943737..b0ba00f7b83 100644
--- a/Build/source/libs/poppler/TLpatches/ChangeLog
+++ b/Build/source/libs/poppler/TLpatches/ChangeLog
@@ -1,3 +1,7 @@
+2018-01-15 Karl Berry <karl@tug.org>
+
+ * patch-04-ctime: add.
+
2018-01-08 Karl Berry <karl@freefriends.org>
Imported poppler-0.52.0 source tree from:
diff --git a/Build/source/libs/poppler/TLpatches/patch-04-ctime b/Build/source/libs/poppler/TLpatches/patch-04-ctime
new file mode 100644
index 00000000000..f59293666a2
--- /dev/null
+++ b/Build/source/libs/poppler/TLpatches/patch-04-ctime
@@ -0,0 +1,13 @@
+ To make time_t work on FreeBSD 11.1, per Mojca.
+ http://tug.org/pipermail/tlbuild/2018q1/003931.html
+
+--- Form.h (revision 46316)
++++ Form.h (working copy)
+@@ -31,6 +31,7 @@
+
+ #include <set>
+ #include <vector>
++#include <ctime>
+
+ class GooString;
+ class Array;
diff --git a/Build/source/libs/poppler/poppler-src/poppler/Form.h b/Build/source/libs/poppler/poppler-src/poppler/Form.h
index 8e72334d058..f12590fc0db 100644
--- a/Build/source/libs/poppler/poppler-src/poppler/Form.h
+++ b/Build/source/libs/poppler/poppler-src/poppler/Form.h
@@ -31,6 +31,7 @@
#include <set>
#include <vector>
+#include <ctime>
class GooString;
class Array;