]> git.sesse.net Git - vlc/blobdiff - modules/gui/qnx/aout.c
Don't include config.h from the headers - refs #297.
[vlc] / modules / gui / qnx / aout.c
index 0c26661fc56fdd23a8df9282ffef6976535c8d96..b68f66a2f41da1f711a84fea4dc570aa862ffc02 100644 (file)
  *****************************************************************************/
 #include <errno.h>                                                 /* ENOMEM */
 
+#ifdef HAVE_CONFIG_H
+# include "config.h"
+#endif
+
 #include <vlc/vlc.h>
 
 #ifdef HAVE_ALLOCA_H