diff options
Diffstat (limited to 'app-mobilephone/past/files/past-0.0.4-gcc-4.7.patch')
-rw-r--r-- | app-mobilephone/past/files/past-0.0.4-gcc-4.7.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/app-mobilephone/past/files/past-0.0.4-gcc-4.7.patch b/app-mobilephone/past/files/past-0.0.4-gcc-4.7.patch new file mode 100644 index 000000000000..d2a82e025688 --- /dev/null +++ b/app-mobilephone/past/files/past-0.0.4-gcc-4.7.patch @@ -0,0 +1,10 @@ +--- src/device.cpp ++++ src/device.cpp +@@ -22,6 +22,7 @@ + + extern "C" { + #include <gnokii.h> ++#include <unistd.h> + } + + #include "device.h" |