summaryrefslogtreecommitdiffstats
path: root/postproc
diff options
context:
space:
mode:
authornexus <nexus@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-02-14 13:29:55 +0000
committernexus <nexus@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-02-14 13:29:55 +0000
commit0fa58569d7f0767a9537bb0d7bd93494ad04693f (patch)
tree285b60f73cc643a3efef7e15e2ed264cb146485f /postproc
parentbbe1fa2e99b9468f629318dcaaf3be7e7fb3fecd (diff)
downloadmpv-0fa58569d7f0767a9537bb0d7bd93494ad04693f.tar.bz2
mpv-0fa58569d7f0767a9537bb0d7bd93494ad04693f.tar.xz
FreeBSD fix
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14699 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'postproc')
-rw-r--r--postproc/swscale.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/postproc/swscale.c b/postproc/swscale.c
index cefff839eb..05f07d0444 100644
--- a/postproc/swscale.c
+++ b/postproc/swscale.c
@@ -53,6 +53,7 @@ untested special converters
#include <string.h>
#include <math.h>
#include <stdio.h>
+#include <unistd.h>
#include "../config.h"
#include "../mangle.h"
#include <assert.h>