libbluray | branch: master | hpi1 <[email protected]> | Fri May 12 13:21:28 2017 +0300| [84ca11e95de914b934e7e2d050716070b5569874] | committer: hpi1
mpls_dump: include only data structures, no internal functions > http://git.videolan.org/gitweb.cgi/libbluray.git/?a=commit;h=84ca11e95de914b934e7e2d050716070b5569874 --- src/devtools/mpls_dump.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/devtools/mpls_dump.c b/src/devtools/mpls_dump.c index 0f286c12..81031d84 100644 --- a/src/devtools/mpls_dump.c +++ b/src/devtools/mpls_dump.c @@ -25,7 +25,7 @@ #include <string.h> #include <libgen.h> -#include "bdnav/mpls_parse.h" +#include "bdnav/mpls_data.h" #include "bluray.h" #include "util.h" _______________________________________________ libbluray-devel mailing list [email protected] https://mailman.videolan.org/listinfo/libbluray-devel
