summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBohdan Horst <nexus@irc.pl>2005-02-14 13:29:55 +0000
committerBohdan Horst <nexus@irc.pl>2005-02-14 13:29:55 +0000
commit171d7d788a38586fa3901673f7c8e7534c9fc8f4 (patch)
tree4f8907d2ada0d180476acd37c0d9b048377c7984
parenta8d02f2bc90e8d963f1a95f7a75de520259bb2d2 (diff)
FreeBSD fix
Originally committed as revision 14699 to svn://svn.mplayerhq.hu/mplayer/trunk/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>