libdvdnav | branch: master | Romain Bentz <[email protected]> | Tue Oct 27 18:47:55 2015 +0100| [0e0ed2a574779ab5870b728c780dde1a233caca8] | committer: Jean-Baptiste Kempf
Fix compilation issue Signed-off-by: Jean-Baptiste Kempf <[email protected]> > http://git.videolan.org/gitweb.cgi/libdvdnav.git/?a=commit;h=0e0ed2a574779ab5870b728c780dde1a233caca8 --- 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; _______________________________________________ DVDnav-discuss mailing list [email protected] https://lists.mplayerhq.hu/mailman/listinfo/dvdnav-discuss
