From 8d351eec25430651acbac014e44ec011fac32d57 Mon Sep 17 00:00:00 2001 From: Adam Coldrick Date: Tue, 30 Sep 2014 12:07:21 +0000 Subject: close, write and pipe are declared in unistd, not fcntl --- src/eventloop-integration.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/eventloop-integration.cpp b/src/eventloop-integration.cpp index 0cc65c3..5776971 100644 --- a/src/eventloop-integration.cpp +++ b/src/eventloop-integration.cpp @@ -38,6 +38,7 @@ #include #include #include +#include using namespace DBus; using namespace std; -- cgit v1.2.1