lib/nfs/Connection: include poll.h

This commit is contained in:
Max Kellermann 2014-06-30 10:22:08 +02:00
parent 88433bca22
commit 3f695fdfaf

View File

@ -32,6 +32,8 @@ extern "C" {
#include <utility>
#include <poll.h> /* for POLLIN, POLLOUT */
inline bool
NfsConnection::CancellableCallback::Open(nfs_context *ctx,
const char *path, int flags,