Code

include cleanup
[ncmpc.git] / src / strfsong.h
index 74f9d7306b4f01ff31ff3022f3c1c281648b40d9..7c0361d9c2acc7cfa5836975fcef605194f0b182 100644 (file)
@@ -1,3 +1,9 @@
+#ifndef STRFSONG_H
+#define STRFSONG_H
+
+#include <glib.h>
+#include "libmpdclient.h"
 
 gsize strfsong(gchar *s, gsize max, const gchar *format, mpd_Song *song);
 
+#endif