[libbluray-devel] include macro.h

hpi1 git at videolan.org
Mon Nov 25 08:29:04 CET 2013


libbluray | branch: master | hpi1 <hpi1 at anonymous.org> | Mon Nov 25 09:27:52 2013 +0200| [5e587731c5f09fedf82ab270f681ac4d538cf56e] | committer: hpi1

include macro.h
fixes missing malloc casts with VC++

> http://git.videolan.org/gitweb.cgi/libbluray.git/?a=commit;h=5e587731c5f09fedf82ab270f681ac4d538cf56e
---

 src/file/dirs_win32.c |    1 +
 1 file changed, 1 insertion(+)

diff --git a/src/file/dirs_win32.c b/src/file/dirs_win32.c
index c34d5a2..780aba0 100644
--- a/src/file/dirs_win32.c
+++ b/src/file/dirs_win32.c
@@ -24,6 +24,7 @@
 #include "dirs.h"
 
 #include "util/logging.h"
+#include "util/macro.h"
 
 #include <stdio.h>
 #include <string.h>



More information about the libbluray-devel mailing list