libbluray | branch: master | hpi1 <[email protected]> | Mon Dec 8 18:35:41 2014 +0200| [882431908b690ec1ee6b75b7726c819940d1816c] | committer: hpi1
Add missing config.h > http://git.videolan.org/gitweb.cgi/libbluray.git/?a=commit;h=882431908b690ec1ee6b75b7726c819940d1816c --- src/file/mount.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/file/mount.c b/src/file/mount.c index d6703fd..6382d8b 100644 --- a/src/file/mount.c +++ b/src/file/mount.c @@ -17,6 +17,10 @@ * <http://www.gnu.org/licenses/>. */ +#if HAVE_CONFIG_H +#include "config.h" +#endif + #include "mount.h" #include "util/strutl.h" _______________________________________________ libbluray-devel mailing list [email protected] https://mailman.videolan.org/listinfo/libbluray-devel
