summaryrefslogtreecommitdiff
path: root/src/iobuf.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/iobuf.c')
-rw-r--r--src/iobuf.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/iobuf.c b/src/iobuf.c
index b58fdf6..89345f3 100644
--- a/src/iobuf.c
+++ b/src/iobuf.c
@@ -28,6 +28,7 @@
28 28
29#include "iobuf.h" 29#include "iobuf.h"
30#include "state.h" 30#include "state.h"
31#include <unistd.h>
31#include <poll.h> 32#include <poll.h>
32 33
33int mtdev_idle(struct mtdev *dev, int fd, int ms) 34int mtdev_idle(struct mtdev *dev, int fd, int ms)