aboutsummaryrefslogtreecommitdiffstats
path: root/src/strfsong.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/strfsong.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/strfsong.h b/src/strfsong.h
index 74f9d7306..7c0361d9c 100644
--- a/src/strfsong.h
+++ b/src/strfsong.h
@@ -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