diff read_cache.c @ 290:54b6a000f6da src

decoder.h needs inclusion of sys/time.h
author nicodvb
date Sat, 21 Apr 2007 22:01:34 +0000
parents ce4230602517
children 2146ff691bcd
line wrap: on
line diff
--- 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