]> git.sesse.net Git - vlc/commitdiff
You shall include <config.h>
authorRémi Denis-Courmont <remi@remlab.net>
Sat, 13 Feb 2010 16:49:43 +0000 (18:49 +0200)
committerRémi Denis-Courmont <remi@remlab.net>
Sat, 13 Feb 2010 17:51:19 +0000 (19:51 +0200)
modules/gui/qt4/components/epg/EPGWidget.cpp

index fba192d9df3a3cbc8604a88728fa1f1720597224..9441eff1c7fec0aa07c61e6547b76d00cd09062e 100644 (file)
  * 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
  *****************************************************************************/
 
+#ifdef HAVE_CONFIG_H
+# include <config.h>
+#endif
+
 #include "EPGWidget.hpp"
 
 #include <QGridLayout>