diff src/audacious/configdb.h @ 4444:db3a3f46a226

Okay, mf0102 was right .. but we need mcs >= 0.7 for this to actually work (requirement changed in previous changeset): Fixed libmcs usage again. :D
author Matti Hamalainen <ccr@tnsp.org>
date Sat, 12 Apr 2008 02:50:10 +0300
parents e71b43cae233
children 2eee464379dc
line wrap: on
line diff
--- a/src/audacious/configdb.h	Sat Apr 12 02:38:48 2008 +0300
+++ b/src/audacious/configdb.h	Sat Apr 12 02:50:10 2008 +0300
@@ -2,8 +2,7 @@
 #define CONFIGDB_H
 
 #include <glib.h>
-
-typedef struct mcs_handle_ mcs_handle_t;
+#include <libmcs/mcs.h>
 
 G_BEGIN_DECLS