libbluray | branch: master | hpi1 <[email protected]> | Thu May 7 12:10:24 2015 +0300| [02f12077474f71a84fca2160eea97682db6f5c70] | committer: hpi1
Add missing include > http://git.videolan.org/gitweb.cgi/libbluray.git/?a=commit;h=02f12077474f71a84fca2160eea97682db6f5c70 --- src/file/file.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/file/file.h b/src/file/file.h index 913be9f..54b053e 100644 --- a/src/file/file.h +++ b/src/file/file.h @@ -25,6 +25,8 @@ #include "util/attributes.h" +#include <stdint.h> + #ifdef _WIN32 # define DIR_SEP "\\" # define DIR_SEP_CHAR '\\' _______________________________________________ libbluray-devel mailing list [email protected] https://mailman.videolan.org/listinfo/libbluray-devel
