[vlc-commits] Sections: include config.h
Jean-Baptiste Kempf
git at videolan.org
Mon Jan 18 15:54:00 CET 2016
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | 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>
More information about the vlc-commits
mailing list