summaryrefslogtreecommitdiff
path: root/extra/dbus-c++/gcc47.patch
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2012-09-20 01:37:39 -0700
committerroot <root@rshg054.dnsready.net>2012-09-20 01:37:39 -0700
commit005a14f92ef5d35e4c47d970cb7e69367a835958 (patch)
treec9e998e38c83fe1d0947a0ceec528b45b4aaa1f1 /extra/dbus-c++/gcc47.patch
parente8f387c8a45ee846f01fed02259d061d2d6e8d3d (diff)
Thu Sep 20 01:37:13 PDT 2012
Diffstat (limited to 'extra/dbus-c++/gcc47.patch')
-rw-r--r--extra/dbus-c++/gcc47.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/extra/dbus-c++/gcc47.patch b/extra/dbus-c++/gcc47.patch
new file mode 100644
index 000000000..6a8277300
--- /dev/null
+++ b/extra/dbus-c++/gcc47.patch
@@ -0,0 +1,10 @@
+--- src/eventloop-integration.cpp.orig 2012-05-09 11:22:09.683290763 +0200
++++ src/eventloop-integration.cpp 2012-05-09 11:22:44.313288912 +0200
+@@ -38,6 +38,7 @@
+ #include <cassert>
+ #include <sys/poll.h>
+ #include <fcntl.h>
++#include <unistd.h>
+
+ using namespace DBus;
+ using namespace std;