dbus-c++ 0.9.0

This commit is contained in:
idriskalp
2020-01-12 00:55:39 +03:00
parent 91ad78039c
commit 24f3baee19
4 changed files with 35 additions and 6 deletions
@@ -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;