]> git.sesse.net Git - vlc/blobdiff - modules/control/gestures.c
Don't include config.h from the headers - refs #297.
[vlc] / modules / control / gestures.c
index d81b4e9446eb9900dd601412a05d9ad504ea15ef..d1cc21adb6b4c043edb4f47a41132d65f69f4870 100644 (file)
  * Preamble
  *****************************************************************************/
 
+#ifdef HAVE_CONFIG_H
+# include "config.h"
+#endif
+
 #include <vlc/vlc.h>
 #include <vlc_interface.h>
 #include <vlc_vout.h>