[vlc-commits] test: hxxx: missing config.h
Francois Cartegnie
git at videolan.org
Tue Dec 26 11:09:43 CET 2017
vlc | branch: master | Francois Cartegnie <fcvlcdev at free.fr> | Tue Dec 26 11:05:41 2017 +0100| [bb9623a7e8cd80a3e3bd6886a145785816088682] | committer: Francois Cartegnie
test: hxxx: missing config.h
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=bb9623a7e8cd80a3e3bd6886a145785816088682
---
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..7f44c207c8 100644
--- a/test/modules/packetizer/hxxx.c
+++ b/test/modules/packetizer/hxxx.c
@@ -21,6 +21,11 @@
#ifdef NDEBUG
#undef NDEBUG
#endif
+
+#ifdef HAVE_CONFIG_H
+# include "config.h"
+#endif
+
#include <assert.h>
#include <vlc_common.h>
#include <vlc_block.h>
More information about the vlc-commits
mailing list