Added unistd include to eventloop-integration.cpp
This commit is contained in:
parent
1f6f3e6e96
commit
a3442cb00c
1 changed files with 1 additions and 0 deletions
|
@ -38,6 +38,7 @@
|
||||||
#include <cassert>
|
#include <cassert>
|
||||||
#include <sys/poll.h>
|
#include <sys/poll.h>
|
||||||
#include <fcntl.h>
|
#include <fcntl.h>
|
||||||
|
#include <unistd.h>
|
||||||
|
|
||||||
using namespace DBus;
|
using namespace DBus;
|
||||||
using namespace std;
|
using namespace std;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue