]> git.sesse.net Git - vlc/blobdiff - modules/video_filter/atmo/AtmoDefs.h
C++ <inttypes.h> inclusion fixes
[vlc] / modules / video_filter / atmo / AtmoDefs.h
index 0ccb30aa069db5eb10bdc1814d0411de79ce58ff..9f9c6de9f9e71954fef173128f6acf76c7dbdfb3 100644 (file)
 
 #if defined(__LIBVLC__)
 #   include "config.h"
+
+#   define __STDC_CONSTANT_MACROS 1
+#   include <inttypes.h>
+
 #   include <vlc/vlc.h>
 
 /* some things need to be changed if this code is used inside VideoLan Filter Module */