summaryrefslogtreecommitdiffstats
path: root/spudec.c
diff options
context:
space:
mode:
authornexus <nexus@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-11-28 08:08:03 +0000
committernexus <nexus@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-11-28 08:08:03 +0000
commit58aea7e4d690f1a23f9f962de229478e42b2d3ac (patch)
tree2f9df16f113cc8f31a42fb4b7c66271388249861 /spudec.c
parent1e91bfefffa7e0b5a557a2449fa43e9f094c2987 (diff)
downloadmpv-58aea7e4d690f1a23f9f962de229478e42b2d3ac.tar.bz2
mpv-58aea7e4d690f1a23f9f962de229478e42b2d3ac.tar.xz
unistd.h required at least by FreeBSD
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3176 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'spudec.c')
-rw-r--r--spudec.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/spudec.c b/spudec.c
index 21a4b3f166..d263a59b6a 100644
--- a/spudec.c
+++ b/spudec.c
@@ -14,6 +14,7 @@
#include <errno.h>
#include <stdio.h>
#include <stdlib.h>
+#include <unistd.h>
#include "spudec.h"
typedef struct {