[vlc-commits] os2: fix compilation
    KO Myung-Hun 
    git at videolan.org
       
    Fri Mar 23 09:55:24 CET 2018
    
    
  
vlc | branch: master | KO Myung-Hun <komh78 at gmail.com> | Thu Mar 22 23:41:30 2018 +0900| [8f1046f70e301a7902eae1c4cbd2b6e0bf51defe] | committer: Jean-Baptiste Kempf
os2: fix compilation
Include assert.h.
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=8f1046f70e301a7902eae1c4cbd2b6e0bf51defe
---
 src/os2/dirs.c | 2 ++
 1 file changed, 2 insertions(+)
diff --git a/src/os2/dirs.c b/src/os2/dirs.c
index aa364ed23e..c91bff5c4d 100644
--- a/src/os2/dirs.c
+++ b/src/os2/dirs.c
@@ -30,6 +30,8 @@
 #include <vlc_charset.h>
 #include "config/configuration.h"
 
+#include <assert.h>
+
 char *config_GetLibDir (void)
 {
     HMODULE hmod;
    
    
More information about the vlc-commits
mailing list