[libbluray-devel] Add missing include
hpi1
git at videolan.org
Thu May 7 11:50:38 CEST 2015
libbluray | branch: master | hpi1 <hpi1 at anonymous.org> | 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 '\\'
More information about the libbluray-devel
mailing list