diff --git a/kdevelop-4.2.81-include-unistd-h.patch b/kdevelop-4.2.81-include-unistd-h.patch index c9ef58e..ed0041c 100644 --- a/kdevelop-4.2.81-include-unistd-h.patch +++ b/kdevelop-4.2.81-include-unistd-h.patch @@ -1,6 +1,6 @@ diff -up kdevelop-4.2.81/debuggers/gdb/unittests/debugeeslow.cpp.include-unistd-h kdevelop-4.2.81/debuggers/gdb/unittests/debugeeslow.cpp ---- kdevelop-4.2.81/debuggers/gdb/unittests/debugeeslow.cpp.include-unistd-h 2012-01-24 16:12:16.774396190 +0100 -+++ kdevelop-4.2.81/debuggers/gdb/unittests/debugeeslow.cpp 2012-01-24 16:12:49.058279966 +0100 +--- kdevelop-4.2.81/debuggers/gdb/unittests/debugeeslow.cpp.include-unistd-h 2012-01-15 01:51:45.000000000 +0100 ++++ kdevelop-4.2.81/debuggers/gdb/unittests/debugeeslow.cpp 2012-01-25 08:37:38.341179180 +0100 @@ -17,6 +17,7 @@ */ @@ -9,3 +9,14 @@ diff -up kdevelop-4.2.81/debuggers/gdb/unittests/debugeeslow.cpp.include-unistd- void foo() { static int i=0; +diff -up kdevelop-4.2.81/debuggers/gdb/unittests/debugeethreads.cpp.include-unistd-h kdevelop-4.2.81/debuggers/gdb/unittests/debugeethreads.cpp +--- kdevelop-4.2.81/debuggers/gdb/unittests/debugeethreads.cpp.include-unistd-h 2012-01-25 08:38:42.787000144 +0100 ++++ kdevelop-4.2.81/debuggers/gdb/unittests/debugeethreads.cpp 2012-01-25 08:38:53.546304118 +0100 +@@ -17,6 +17,7 @@ + */ + #include + #include ++#include + + class TestThread : public QThread + {