]> git.sesse.net Git - vlc/blobdiff - modules/audio_output/arts.c
Fix previous commit - there is no vlc object here
[vlc] / modules / audio_output / arts.c
index 68c926feafcfda0c34cfcacda1b3c4a7ed8a2494..d44a34a9dc7a0bf10e96cf685cb23dd7ab6dffd3 100644 (file)
 /*****************************************************************************
  * Preamble
  *****************************************************************************/
-#include <string.h>                                            /* strerror() */
 #include <unistd.h>                                      /* write(), close() */
-#include <stdlib.h>                            /* calloc(), malloc(), free() */
+
+#ifdef HAVE_CONFIG_H
+# include "config.h"
+#endif
 
 #include <vlc/vlc.h>
 #include <vlc_aout.h>