summaryrefslogtreecommitdiff
path: root/src/iobuf.c
diff options
context:
space:
mode:
authorHenrik Rydberg <rydberg@euromail.se>2010-06-22 11:44:36 +0200
committerHenrik Rydberg <rydberg@euromail.se>2010-06-22 11:44:36 +0200
commit9c5128866ea65ad300b40d47a9d43998dc8bc9f4 (patch)
treec84646b77419d1231e6e966e638f7f09abae8d3d /src/iobuf.c
parent0647b37dfc35145d74822844ad7e54bf5c218369 (diff)
janitor: fix compiler warnings
Signed-off-by: Henrik Rydberg <rydberg@euromail.se>
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)