summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Kramm <kramm@quiss.org>2012-03-07 16:10:12 -0800
committerMatthias Kramm <kramm@quiss.org>2012-03-07 16:10:12 -0800
commit08ba60f1d6585907570d62a22dd400d11fbc6a6a (patch)
tree3d5b04239013a51dd67130db96838f635370ba9f
parentdb32cdb94d40da06d9c1eb36a15369dea061c74e (diff)
fixed compile error
-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;