summaryrefslogtreecommitdiffstats
path: root/asxparser.c
diff options
context:
space:
mode:
authornexus <nexus@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-01-08 12:10:33 +0000
committernexus <nexus@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-01-08 12:10:33 +0000
commit0573693a2b57fce962e36c8d51ab4703c20766c2 (patch)
tree6f78bb7604ae87779c3195e49d11467e6215bb5a /asxparser.c
parent10aa8c8539722e4956bc0cce64e2677a192924ec (diff)
downloadmpv-0573693a2b57fce962e36c8d51ab4703c20766c2.tar.bz2
mpv-0573693a2b57fce962e36c8d51ab4703c20766c2.tar.xz
FreeBSD fix
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4051 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'asxparser.c')
-rw-r--r--asxparser.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/asxparser.c b/asxparser.c
index f02a66f46b..a6c5196cd5 100644
--- a/asxparser.c
+++ b/asxparser.c
@@ -3,6 +3,7 @@
#include <stdio.h>
#include <stdarg.h>
#include <string.h>
+#include <unistd.h>
#include "asxparser.h"
#include "mp_msg.h"