summaryrefslogtreecommitdiff
path: root/Build/source/libs/poppler/TLpatches/patch-03-time
blob: 2246093f6952d3c949c42ccd28509e2b7070330c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
$ diff -u gfile.h.orig gfile.h 
--- gfile.h.orig	2018-03-22 15:08:01.913911597 +0100
+++ gfile.h	2018-03-22 15:00:59.106829862 +0100
@@ -51,6 +51,8 @@
 #elif defined(ACORN)
 #elif defined(MACOS)
 #  include <ctime.h>
+#elif defined(__NetBSD__)
+#include <time.h>
 #else
 #  include <unistd.h>
 #  include <sys/types.h>