summaryrefslogtreecommitdiff
path: root/Build/source/libs/poppler/TLpatches/patch-03-time
blob: 1b9339d1a3dbf3d0015c261a982db681dd64e691 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$ diff -u gfile.h.orig gfile.h 
--- gfile.h.orig	2018-03-26 11:43:40.479917632 +0200
+++ gfile.h	2018-03-26 11:41:51.965590455 +0200
@@ -52,6 +52,9 @@
 #elif defined(MACOS)
 #  include <ctime.h>
 #else
+#  if defined(__NetBSD__)
+#   include <time.h>
+#  endif
 #  include <unistd.h>
 #  include <sys/types.h>
 #  if defined(VMS)