diff options
Diffstat (limited to 'dev-cpp/growler-link/files/0.3.7-gcc4.7.patch')
-rw-r--r-- | dev-cpp/growler-link/files/0.3.7-gcc4.7.patch | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/dev-cpp/growler-link/files/0.3.7-gcc4.7.patch b/dev-cpp/growler-link/files/0.3.7-gcc4.7.patch deleted file mode 100644 index f3939be89..000000000 --- a/dev-cpp/growler-link/files/0.3.7-gcc4.7.patch +++ /dev/null @@ -1,15 +0,0 @@ - lib/strings.cxx | 1 + - 1 file changed, 1 insertion(+) - -diff --git a/lib/strings.cxx b/lib/strings.cxx -index 1efa4fd..09488d8 100644 ---- a/lib/strings.cxx -+++ b/lib/strings.cxx -@@ -26,6 +26,7 @@ - #include <cstdio> - #include <cerrno> - #include <stdexcept> -+#include <unistd.h> - - using namespace std; - |