vlc/vlc-3.0 | branch: master | Francois Cartegnie <[email protected]> | Tue Dec 26 11:05:41 2017 +0100| [d73c04e88a768802ae5065d73f4c490104fce2f5] | committer: Francois Cartegnie
test: hxxx: missing config.h merge of (cherry picked from commit bb9623a7e8cd80a3e3bd6886a145785816088682) (cherry picked from commit 9aa79523e1acdacaf365e79a09c482666953bdfb) > http://git.videolan.org/gitweb.cgi/vlc/vlc-3.0.git/?a=commit;h=d73c04e88a768802ae5065d73f4c490104fce2f5 --- test/modules/packetizer/hxxx.c | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/test/modules/packetizer/hxxx.c b/test/modules/packetizer/hxxx.c index 93362a1b05..6a7767570f 100644 --- a/test/modules/packetizer/hxxx.c +++ b/test/modules/packetizer/hxxx.c @@ -18,9 +18,14 @@ * Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA. *****************************************************************************/ +#ifdef HAVE_CONFIG_H +# include "config.h" +#endif + #ifdef NDEBUG #undef NDEBUG #endif + #include <assert.h> #include <vlc_common.h> #include <vlc_block.h> _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
