summaryrefslogtreecommitdiff
path: root/Build/source/libs/poppler/TLpatches/patch-03-time
blob: 6b9d3d12a5676dcbb7f5eb30982c2115e0f84b8c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
diff -ur poppler-0.68.0/goo/gfile.h poppler-src/goo/gfile.h
--- poppler-0.68.0/goo/gfile.h	Mon Aug 20 06:37:51 2018
+++ poppler-src/goo/gfile.h	Mon Aug 20 11:17:15 2018
@@ -51,8 +51,6 @@
 #    include <windows.h>
 #  endif
 #elif defined(ACORN)
-#elif defined(MACOS)
-#  include <ctime.h>
 #else
 #  include <unistd.h>
 #  include <sys/types.h>
diff -ur poppler-0.68.0/poppler/Form.h poppler-src/poppler/Form.h
--- poppler-0.68.0/poppler/Form.h	Mon Aug 20 06:37:51 2018
+++ poppler-src/poppler/Form.h	Mon Aug 20 11:18:08 2018
@@ -36,6 +36,7 @@
 
 #include <set>
 #include <vector>
+#include <ctime>
 
 class GooString;
 class Array;