--- 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; |