summaryrefslogtreecommitdiff
path: root/Build/source/libs/poppler/TLpatches/patch-04-ctime
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/libs/poppler/TLpatches/patch-04-ctime')
-rw-r--r--Build/source/libs/poppler/TLpatches/patch-04-ctime13
1 files changed, 13 insertions, 0 deletions
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;