]> git.sesse.net Git - vlc/blobdiff - modules/mux/mp4.c
libvlccore: Rename iso_lang.h to vlc_iso_lang.h because we use VLC_EXPORT there,...
[vlc] / modules / mux / mp4.c
index 84f0a2e26070f06798c32360ff36134bf6264d7f..22322db090b8e7c5ef9830a1c7e45c7c323e2fda 100644 (file)
@@ -39,7 +39,7 @@
 #include <time.h>
 #endif
 
-#include "iso_lang.h"
+#include <vlc_iso_lang.h>
 #include "vlc_meta.h"
 
 /*****************************************************************************