changeset 7858:6ccc14497807

time.h required for select()
author arpi
date Wed, 23 Oct 2002 11:20:07 +0000
parents 3c690d2ad1ac
children 72671e2510fd
files libmpcodecs/vf_bmovl.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/libmpcodecs/vf_bmovl.c	Wed Oct 23 00:36:55 2002 +0000
+++ b/libmpcodecs/vf_bmovl.c	Wed Oct 23 11:20:07 2002 +0000
@@ -58,6 +58,7 @@
 #include <errno.h>
 #include <sys/stat.h>
 #include <sys/types.h>
+#include <sys/time.h>
 #include <fcntl.h>
 #include "mp_image.h"
 #include "vf.h"