From fafa2f4b85afedf9722367d4972fe657a9336bd7 Mon Sep 17 00:00:00 2001 From: wm4 Date: Sat, 30 Nov 2013 23:17:20 +0100 Subject: osdep/io: also include unistd.h Might be needed by fcntl() usage. --- osdep/io.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'osdep') diff --git a/osdep/io.c b/osdep/io.c index 4ad00d8df3..e816cc714d 100644 --- a/osdep/io.c +++ b/osdep/io.c @@ -18,6 +18,8 @@ * with mplayer2. If not, see . */ +#include + #include "config.h" #include "osdep/io.h" -- cgit v1.2.3