diff options
Diffstat (limited to 'dbus-c++-gcc4.7.patch')
-rw-r--r-- | dbus-c++-gcc4.7.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/dbus-c++-gcc4.7.patch b/dbus-c++-gcc4.7.patch new file mode 100644 index 0000000..5cb8096 --- /dev/null +++ b/dbus-c++-gcc4.7.patch @@ -0,0 +1,12 @@ +diff --git a/include/dbus-c++/eventloop-integration.h b/include/dbus-c++/eventloop-integration.h +index 1b0302e..3e44304 100644 +--- a/include/dbus-c++/eventloop-integration.h ++++ b/include/dbus-c++/eventloop-integration.h +@@ -26,6 +26,7 @@ + #define __DBUSXX_EVENTLOOP_INTEGRATION_H + + #include <errno.h> ++#include <unistd.h> + #include "api.h" + #include "dispatcher.h" + #include "util.h" |