diff --git a/source/libs/poppler/TLpatches/patch-04-ctime b/source/libs/poppler/TLpatches/patch-04-ctime new file mode 100644 index 0000000000000000000000000000000000000000..f59293666a205136f37a7dbc342c642211690f60 --- /dev/null +++ b/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;