[libdvdnav-devel] [PATCH] Fix compilation issue
hackndo
hackndo at gmail.com
Tue Oct 27 18:47:55 CET 2015
From: Romain Bentz <bentz.romain at gmail.com>
---
src/highlight.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/highlight.c b/src/highlight.c
index 0bb6ef8..b450d0d 100644
--- a/src/highlight.c
+++ b/src/highlight.c
@@ -42,7 +42,7 @@
#ifdef BUTTON_TESTING
-#include "nav_print.h"
+#include <dvdread/nav_print.h>
static void print_time(dvd_time_t *dtime) {
const char *rate;
--
2.4.9 (Apple Git-60)
More information about the libdvdnav-devel
mailing list