archrelease: copy trunk to community-any
[ArchLinux/community.git] / dbus-c++ / trunk / gcc47.patch
blob6a8277300698768582a0ab03a7cc0fa3f4268c93
1 --- src/eventloop-integration.cpp.orig 2012-05-09 11:22:09.683290763 +0200
2 +++ src/eventloop-integration.cpp 2012-05-09 11:22:44.313288912 +0200
3 @@ -38,6 +38,7 @@
4 #include <cassert>
5 #include <sys/poll.h>
6 #include <fcntl.h>
7 +#include <unistd.h>
9 using namespace DBus;
10 using namespace std;