]> git.sesse.net Git - vlc/blobdiff - modules/audio_output/esd.c
new growl plugin: local only, supports album art (you'll need the Growl Framework)
[vlc] / modules / audio_output / esd.c
index 5fca9c9dfab7403ab1ff4776bb88643340e8fcdd..b2e6aef098c54b5359b6b45eed1fec3b2a1b9f77 100644 (file)
 #include <errno.h>                                                 /* ENOMEM */
 #include <unistd.h>                                      /* write(), close() */
 
+#ifdef HAVE_CONFIG_H
+# include "config.h"
+#endif
+
 #include <vlc/vlc.h>
 #include <vlc_aout.h>