[vlc-devel] commit: You shall include <config.h> ( Rémi Denis-Courmont )
git version control
git at videolan.org
Sat Feb 13 18:51:35 CET 2010
vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Sat Feb 13 18:49:43 2010 +0200| [1f849e1dce1017c2aaf29a2dfb4c9063785f079a] | committer: Rémi Denis-Courmont
You shall include <config.h>
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=1f849e1dce1017c2aaf29a2dfb4c9063785f079a
---
modules/gui/qt4/components/epg/EPGWidget.cpp | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/modules/gui/qt4/components/epg/EPGWidget.cpp b/modules/gui/qt4/components/epg/EPGWidget.cpp
index fba192d..9441eff 100644
--- a/modules/gui/qt4/components/epg/EPGWidget.cpp
+++ b/modules/gui/qt4/components/epg/EPGWidget.cpp
@@ -21,6 +21,10 @@
* 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
*****************************************************************************/
+#ifdef HAVE_CONFIG_H
+# include <config.h>
+#endif
+
#include "EPGWidget.hpp"
#include <QGridLayout>
More information about the vlc-devel
mailing list