diff audacious/plugin.h @ 1248:6d9c45d157f9 trunk

[svn] - this is a hack until I find a better solution
author nenolod
date Thu, 15 Jun 2006 03:37:59 -0700
parents 502b369314c1
children 3b990c26fc46
line wrap: on
line diff
--- a/audacious/plugin.h	Thu Jun 15 01:22:24 2006 -0700
+++ b/audacious/plugin.h	Thu Jun 15 03:37:59 2006 -0700
@@ -32,7 +32,7 @@
 
 
 #include <glib.h>
-#include "libaudacious/titlestring.h"
+#include "audacious/titlestring.h"
 
 #define INPUT_PLUGIN(x)   ((InputPlugin *)(x))
 #define OUTPUT_PLUGIN(x)  ((OutputPlugin *)(x))