Mercurial > libdvdnav.hg
changeset 290:54b6a000f6da src
decoder.h needs inclusion of sys/time.h
author | nicodvb |
---|---|
date | Sat, 21 Apr 2007 22:01:34 +0000 |
parents | 6c0def2b7e39 |
children | b9783221fb6e |
files | highlight.c navigation.c read_cache.c remap.c searching.c settings.c vm/vm.c vm/vmcmd.c |
diffstat | 8 files changed, 9 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/highlight.c Sat Apr 21 12:02:37 2007 +0000 +++ b/highlight.c Sat Apr 21 22:01:34 2007 +0000 @@ -30,6 +30,7 @@ #include <stdlib.h> #include <stdio.h> #include <string.h> +#include <sys/time.h> #include "nav_types.h" #include "dvd_types.h" #include "remap.h"
--- a/navigation.c Sat Apr 21 12:02:37 2007 +0000 +++ b/navigation.c Sat Apr 21 22:01:34 2007 +0000 @@ -27,6 +27,7 @@ #include <inttypes.h> #include <string.h> +#include <sys/time.h> #include "dvd_types.h" #include "nav_types.h" #include "ifo_types.h"
--- a/read_cache.c Sat Apr 21 12:02:37 2007 +0000 +++ b/read_cache.c Sat Apr 21 22:01:34 2007 +0000 @@ -33,6 +33,8 @@ #include <inttypes.h> #include <stdlib.h> +#include <sys/time.h> +#include <time.h> #include "dvd_types.h" #include "nav_types.h" #include "ifo_types.h" @@ -43,8 +45,6 @@ #include "dvdnav.h" #include "dvdnav_internal.h" #include "read_cache.h" -#include <sys/time.h> -#include <time.h> #define READ_CACHE_CHUNKS 10
--- a/remap.c Sat Apr 21 12:02:37 2007 +0000 +++ b/remap.c Sat Apr 21 22:01:34 2007 +0000 @@ -37,6 +37,7 @@ #include <assert.h> #include <inttypes.h> +#include <sys/time.h> #include "dvd_types.h" #include "nav_types.h" #include "ifo_types.h"
--- a/searching.c Sat Apr 21 12:02:37 2007 +0000 +++ b/searching.c Sat Apr 21 22:01:34 2007 +0000 @@ -29,6 +29,7 @@ #include <inttypes.h> #include <stdio.h> #include <string.h> +#include <sys/time.h> #include "dvd_types.h" #include "nav_types.h" #include "ifo_types.h"
--- a/settings.c Sat Apr 21 12:02:37 2007 +0000 +++ b/settings.c Sat Apr 21 22:01:34 2007 +0000 @@ -27,6 +27,7 @@ #include <inttypes.h> #include <string.h> +#include <sys/time.h> #include "dvd_types.h" #include "nav_types.h" #include "ifo_types.h"