summaryrefslogtreecommitdiffstats
path: root/playtree.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 /playtree.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 'playtree.c')
-rw-r--r--playtree.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/playtree.c b/playtree.c
index 4feda54ae2..4f1944397d 100644
--- a/playtree.c
+++ b/playtree.c
@@ -2,6 +2,7 @@
#include <stdlib.h>
#include <string.h>
#include <stdio.h>
+#include <unistd.h>
#include <assert.h>
#include "playtree.h"
#include "mp_msg.h"