From 171d7d788a38586fa3901673f7c8e7534c9fc8f4 Mon Sep 17 00:00:00 2001 From: Bohdan Horst <nexus@irc.pl> Date: Mon, 14 Feb 2005 13:29:55 +0000 Subject: [PATCH] FreeBSD fix Originally committed as revision 14699 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc --- postproc/swscale.c | 1 + 1 file changed, 1 insertion(+) diff --git a/postproc/swscale.c b/postproc/swscale.c index cefff839eb8..05f07d04447 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> -- GitLab