]> git.sesse.net Git - vlc/blobdiff - modules/access/dshow/dshow.cpp
C++ <inttypes.h> inclusion fixes
[vlc] / modules / access / dshow / dshow.cpp
index 40458eb5a7ed7e718c0584449f32b9bf44b3ad3f..e15745d95ad8e4b181151a0aa888216b798466e8 100644 (file)
@@ -30,6 +30,9 @@
 # include "config.h"
 #endif
 
+#define __STDC_FORMAT_MACROS 1
+#include <inttypes.h>
+
 #include <vlc/vlc.h>
 #include <vlc_input.h>
 #include <vlc_access.h>