summaryrefslogtreecommitdiff
path: root/print/qpdf/patches/patch-include_qpdf_QUtil.hh
blob: 0c43b9342efe3080f9aaf5e523af110a4bf4e233 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
$NetBSD: patch-include_qpdf_QUtil.hh,v 1.2 2015/01/26 11:54:17 mef Exp $

Pull time.h to define time_t on FreeBSD.

--- include/qpdf/QUtil.hh.orig	2014-06-08 06:06:13.000000000 +0900
+++ include/qpdf/QUtil.hh	2015-01-26 20:47:22.000000000 +0900
@@ -14,6 +14,7 @@
 #include <list>
 #include <stdexcept>
 #include <stdio.h>
+#include <time.h>
 
 class RandomDataProvider;