summaryrefslogtreecommitdiff
path: root/lib/pdf/xpdf-changes.patch
diff options
context:
space:
mode:
Diffstat (limited to 'lib/pdf/xpdf-changes.patch')
-rw-r--r--lib/pdf/xpdf-changes.patch14
1 files changed, 12 insertions, 2 deletions
diff --git a/lib/pdf/xpdf-changes.patch b/lib/pdf/xpdf-changes.patch
index 3f110409..bb1a96ac 100644
--- a/lib/pdf/xpdf-changes.patch
+++ b/lib/pdf/xpdf-changes.patch
@@ -2248,8 +2248,18 @@
}
*name = new GString(s);
--- xpdf/pdftoppm.cc.orig 2012-03-07 16:03:54.000000000 -0800
-+++ xpdf/pdftoppm.cc 2012-03-07 16:05:27.000000000 -0800
-@@ -93,6 +93,13 @@
++++ xpdf/pdftoppm.cc 2012-03-07 16:09:21.000000000 -0800
+@@ -7,6 +7,9 @@
+ //========================================================================
+
+ #include <aconf.h>
++#include <time.h>
++#include <unistd.h>
++#include <sys/types.h>
+ #include <stdio.h>
+ #include "parseargs.h"
+ #include "gmem.h"
+@@ -93,6 +96,13 @@
exitCode = 99;