The cirros image was rebuilt against the 3.13.0-83 kernel, drivers e1000e, igbvf...
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / qpdf / 0001-QUtil.hh-time_t-needs-include-time.h.patch
1 From 88ac4baf0a55ef15f298592fa344d8ddae26fa33 Mon Sep 17 00:00:00 2001
2 From: Peter Korsgaard <peter@korsgaard.com>
3 Date: Fri, 24 Apr 2015 19:58:41 +0200
4 Subject: [PATCH] QUtil.hh: time_t needs #include <time.h>
5
6 Fixes build on uClibc without threads:
7
8 http://autobuild.buildroot.net/results/af8/af857caef0c622aa9cfb1859b344880971ff263c/build-end.log
9
10 Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
11 ---
12  include/qpdf/QUtil.hh | 1 +
13  1 file changed, 1 insertion(+)
14
15 diff --git a/include/qpdf/QUtil.hh b/include/qpdf/QUtil.hh
16 index 5c2e548..7f912e2 100644
17 --- a/include/qpdf/QUtil.hh
18 +++ b/include/qpdf/QUtil.hh
19 @@ -14,6 +14,7 @@
20  #include <list>
21  #include <stdexcept>
22  #include <stdio.h>
23 +#include <time.h>
24  
25  class RandomDataProvider;
26  
27 -- 
28 2.1.3
29