projects
/
m6w6
/
libmemcached
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
|
github
raw
|
patch
| inline |
side by side
(parent:
fde9567
)
Add in poll include.
author
Brian Aker
<brian@tangent.org>
Mon, 10 Dec 2012 01:52:14 +0000
(20:52 -0500)
committer
Brian Aker
<brian@tangent.org>
Mon, 10 Dec 2012 01:52:14 +0000
(20:52 -0500)
libtest/client.cc
patch
|
blob
|
history
diff --git
a/libtest/client.cc
b/libtest/client.cc
index e392e6b098332e9da490aded46506a53ff7a7ce7..6caac9b1b505d6fe0c94e34bcdf744354615426f 100644
(file)
--- a/
libtest/client.cc
+++ b/
libtest/client.cc
@@
-41,6
+41,7
@@
#include <sys/socket.h>
#include <unistd.h>
#include <string>
+#include <poll.h>
namespace libtest {