changeset 2052:6f99796c8fe0

Add plugin.h include to fix audacious_info_dialog symbol
author Christian Birchinger <joker@netswarm.net>
date Sun, 14 Oct 2007 03:28:44 +0200
parents d8e453d09ee4
children f7deb2ae6f0a
files src/scrobbler/gtkstuff.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/scrobbler/gtkstuff.c	Sat Oct 13 20:12:45 2007 -0500
+++ b/src/scrobbler/gtkstuff.c	Sun Oct 14 03:28:44 2007 +0200
@@ -3,6 +3,7 @@
 
 #include <glib.h>
 #include <audacious/i18n.h>
+#include <audacious/plugin.h>
 
 #include <stdio.h>
 #include <string.h>