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