vlc | branch: master | Jean-Baptiste Kempf <[email protected]> | Mon Jan 18 15:51:30 2016 +0100| [3dae2c79d2f78803e78a5c03b36daa64c99b2f6a] | committer: Jean-Baptiste Kempf
Sections: include config.h > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=3dae2c79d2f78803e78a5c03b36daa64c99b2f6a --- modules/demux/mpeg/sections.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/modules/demux/mpeg/sections.h b/modules/demux/mpeg/sections.h index 4ccb615..caa0f1f 100644 --- a/modules/demux/mpeg/sections.h +++ b/modules/demux/mpeg/sections.h @@ -20,6 +20,10 @@ #ifndef TS_SECTIONS_H #define TS_SECTIONS_H +#ifdef HAVE_CONFIG_H +# include "config.h" +#endif + #include "ts.h" #include <vlc_common.h> _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
