diff options
Diffstat (limited to '')
-rw-r--r-- | src/utils.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/utils.h b/src/utils.h index fe913afce..0fb1c6868 100644 --- a/src/utils.h +++ b/src/utils.h @@ -1,6 +1,9 @@ #ifndef UTILS_H #define UTILS_H +#include "mpdclient.h" + +#include <glib.h> /* functions for lists containing strings */ GList *string_list_free(GList *string_list); |