changeset 7238:6f44ed6c4568

FreeBSD fix
author nexus
date Sun, 01 Sep 2002 23:06:15 +0000
parents a0884ac87749
children 280aa5fdc0b4
files libmpcodecs/ve_vfw.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/libmpcodecs/ve_vfw.c	Sun Sep 01 21:26:48 2002 +0000
+++ b/libmpcodecs/ve_vfw.c	Sun Sep 01 23:06:15 2002 +0000
@@ -1,6 +1,7 @@
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
+#include <unistd.h>
 
 #include "../config.h"
 #ifdef USE_WIN32DLL