Mercurial > mplayer.hg
comparison libmpcodecs/vf_bmovl.c @ 7858:6ccc14497807
time.h required for select()
author | arpi |
---|---|
date | Wed, 23 Oct 2002 11:20:07 +0000 |
parents | fe88f7403d64 |
children | fcd8c5d6795d |
comparison
equal
deleted
inserted
replaced
7857:3c690d2ad1ac | 7858:6ccc14497807 |
---|---|
56 #include <string.h> | 56 #include <string.h> |
57 #include <unistd.h> | 57 #include <unistd.h> |
58 #include <errno.h> | 58 #include <errno.h> |
59 #include <sys/stat.h> | 59 #include <sys/stat.h> |
60 #include <sys/types.h> | 60 #include <sys/types.h> |
61 #include <sys/time.h> | |
61 #include <fcntl.h> | 62 #include <fcntl.h> |
62 #include "mp_image.h" | 63 #include "mp_image.h" |
63 #include "vf.h" | 64 #include "vf.h" |
64 #include "img_format.h" | 65 #include "img_format.h" |
65 | 66 |