comparison settings.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 e1769287ee6a
comparison
equal deleted inserted replaced
289:6c0def2b7e39 290:54b6a000f6da
25 #include "config.h" 25 #include "config.h"
26 #endif 26 #endif
27 27
28 #include <inttypes.h> 28 #include <inttypes.h>
29 #include <string.h> 29 #include <string.h>
30 #include <sys/time.h>
30 #include "dvd_types.h" 31 #include "dvd_types.h"
31 #include "nav_types.h" 32 #include "nav_types.h"
32 #include "ifo_types.h" 33 #include "ifo_types.h"
33 #include "remap.h" 34 #include "remap.h"
34 #include "vm/decoder.h" 35 #include "vm/decoder.h"