Code

screen_browser: fixed jump to playlist file
[ncmpc.git] / src / strfsong.h
index a596bf82a065fd045fb77b9c521b4c02fccb5322..4aff6c5d0ddf407091ca9c0a140943c66ff1899b 100644 (file)
@@ -1,5 +1,5 @@
 /* ncmpc (Ncurses MPD Client)
- * (c) 2004-2009 The Music Player Daemon Project
+ * (c) 2004-2010 The Music Player Daemon Project
  * Project homepage: http://musicpd.org
  
  * This program is free software; you can redistribute it and/or modify
@@ -21,7 +21,8 @@
 #define STRFSONG_H
 
 #include <glib.h>
-#include "libmpdclient.h"
+
+struct mpd_song;
 
 gsize strfsong(gchar *s, gsize max, const gchar *format,
               const struct mpd_song *song);