diff vm/decoder.c @ 378:2e9382be8e25 src

include dvdread headers as <libdvdread/*> for upcoming dvdread removal patch
author nicodvb
date Sun, 08 Jun 2008 09:03:10 +0000
parents e851da7ec146
children 579a3538d284
line wrap: on
line diff
--- a/vm/decoder.c	Thu Jun 05 10:30:17 2008 +0000
+++ b/vm/decoder.c	Sun Jun 08 09:03:10 2008 +0000
@@ -33,8 +33,8 @@
 #include <limits.h>
 #include <string.h>  /* For memset */
 #include <sys/time.h>
-#include "nav_types.h"
-#include "ifo_types.h" /* vm_cmd_t */
+#include <libdvdread/nav_types.h>
+#include <libdvdread/ifo_types.h> /* vm_cmd_t */
 
 #include "dvd_types.h"
 #include "remap.h"