changeset 14698:16b3c8e291ff

FreeBSD fix
author nexus
date Mon, 14 Feb 2005 13:29:55 +0000
parents bfa0e90af913
children 779230cb313d
files postproc/swscale.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/postproc/swscale.c	Mon Feb 14 06:08:16 2005 +0000
+++ b/postproc/swscale.c	Mon Feb 14 13:29:55 2005 +0000
@@ -53,6 +53,7 @@
 #include <string.h>
 #include <math.h>
 #include <stdio.h>
+#include <unistd.h>
 #include "../config.h"
 #include "../mangle.h"
 #include <assert.h>