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