diff options
| author | Matthias Kramm <kramm@quiss.org> | 2012-03-07 16:13:13 -0800 |
|---|---|---|
| committer | Matthias Kramm <kramm@quiss.org> | 2012-03-07 16:13:13 -0800 |
| commit | 2cba9f54c7806e6acbbb3901a06be4de4f1c65b2 (patch) | |
| tree | 59d00d4dd158b15018af4eaf0cffd531a1f60b3a | |
| parent | 08ba60f1d6585907570d62a22dd400d11fbc6a6a (diff) | |
fixed another compile error
| -rw-r--r-- | lib/pdf/xpdf-changes.patch | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/lib/pdf/xpdf-changes.patch b/lib/pdf/xpdf-changes.patch index bb1a96ac..b3af49de 100644 --- a/lib/pdf/xpdf-changes.patch +++ b/lib/pdf/xpdf-changes.patch @@ -2247,9 +2247,9 @@ return gFalse; } *name = new GString(s); ---- xpdf/pdftoppm.cc.orig 2012-03-07 16:03:54.000000000 -0800 -+++ xpdf/pdftoppm.cc 2012-03-07 16:09:21.000000000 -0800 -@@ -7,6 +7,9 @@ +--- xpdf/pdftoppm.cc.orig 2012-03-07 16:09:56.000000000 -0800 ++++ xpdf/pdftoppm.cc 2012-03-07 16:11:57.000000000 -0800 +@@ -7,7 +7,11 @@ //======================================================================== #include <aconf.h> @@ -2257,9 +2257,11 @@ +#include <unistd.h> +#include <sys/types.h> #include <stdio.h> ++#include <stdlib.h> #include "parseargs.h" #include "gmem.h" -@@ -93,6 +96,13 @@ + #include "GString.h" +@@ -93,6 +97,13 @@ exitCode = 99; |
