repo.or.cz
/
ArchLinux
/
community.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
archrelease: copy trunk to community-any
[ArchLinux/community.git]
/
dbus-c++
/
trunk
/
gcc47.patch
blob
6a8277300698768582a0ab03a7cc0fa3f4268c93
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>
8
9
using namespace DBus;
10
using namespace std;