Added unistd include to eventloop-integration.cpp

This commit is contained in:
Jonatan Pålsson 2014-01-14 09:25:02 +01:00
parent 1f6f3e6e96
commit a3442cb00c

View file

@ -38,6 +38,7 @@
#include <cassert>
#include <sys/poll.h>
#include <fcntl.h>
#include <unistd.h>
using namespace DBus;
using namespace std;