[kdevelop] Another missing include

Radek Novacek rnovacek at fedoraproject.org
Wed Jan 25 07:44:47 UTC 2012


commit 0cebe7d08baeca8cfcb2bd7c14c681b34bc3544c
Author: Radek Novacek <rnovacek at redhat.com>
Date:   Wed Jan 25 08:44:41 2012 +0100

    Another missing include

 kdevelop-4.2.81-include-unistd-h.patch |   15 +++++++++++++--
 1 files changed, 13 insertions(+), 2 deletions(-)
---
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 <iostream>
+ #include <QtCore/QThread>
++#include <unistd.h>
+ 
+ class TestThread : public QThread
+ {


More information about the scm-commits mailing list