From 114916c76be6fe01ac6c6d27d8d24819842df5bf Mon Sep 17 00:00:00 2001 From: arpi Date: Wed, 1 Aug 2001 09:14:02 +0000 Subject: missing unistd.h (requires for off_t under freebsd) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1431 b3059339-0415-0410-9bf9-f77b7e298cf2 --- stream.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'stream.c') diff --git a/stream.c b/stream.c index b83f1405d6..9c3bef8b18 100644 --- a/stream.c +++ b/stream.c @@ -1,14 +1,14 @@ -#include "config.h" +#include +#include +#include #include #include #include #include -#include -#include -#include +#include "config.h" #include "stream.h" -- cgit v1.2.3