summaryrefslogtreecommitdiff
path: root/pcr/ctpp2/CTPP2FileSourceLoader.patch
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2016-01-18 17:24:33 -0300
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2016-01-18 20:55:33 -0300
commita2153fc23092d3b54b8ce7e65cf356e4cf76a1e6 (patch)
tree5ec35490006e945db9ef8cfc5b0502eb1faadcb4 /pcr/ctpp2/CTPP2FileSourceLoader.patch
parente7f5fdc5cc92e0fce79a1e2c7ade45de37800711 (diff)
downloadabslibre-a2153fc23092d3b54b8ce7e65cf356e4cf76a1e6.tar.gz
abslibre-a2153fc23092d3b54b8ce7e65cf356e4cf76a1e6.tar.bz2
abslibre-a2153fc23092d3b54b8ce7e65cf356e4cf76a1e6.zip
ctpp2: add new package to [pcr]
Diffstat (limited to 'pcr/ctpp2/CTPP2FileSourceLoader.patch')
-rw-r--r--pcr/ctpp2/CTPP2FileSourceLoader.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/pcr/ctpp2/CTPP2FileSourceLoader.patch b/pcr/ctpp2/CTPP2FileSourceLoader.patch
new file mode 100644
index 000000000..185d0679c
--- /dev/null
+++ b/pcr/ctpp2/CTPP2FileSourceLoader.patch
@@ -0,0 +1,11 @@
+--- src/CTPP2FileSourceLoader.cpp.orig 2012-08-02 16:22:44.000000000 +0900
++++ src/CTPP2FileSourceLoader.cpp 2013-01-13 01:04:57.993727806 +0900
+@@ -38,7 +38,7 @@
+ #include <errno.h>
+ #include <stdio.h>
+ #include <stdlib.h>
+-
++#include <unistd.h>
+ #ifdef WIN32
+ #include <direct.h> /* getcwd */
+ #include <windows.h>