diff options
author | Max Kellermann <max@duempel.org> | 2013-01-08 16:41:36 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2013-01-08 16:41:36 +0100 |
commit | 0308ec564eeca4c51ef24019b53bc4396fc8a242 (patch) | |
tree | aee33457374f8a38f4cf92f2ab8094764e0efa14 /src/song.h | |
parent | 6cafec8ae6181aae095bf546e576c6b5f40cd41c (diff) | |
download | mpd-0308ec564eeca4c51ef24019b53bc4396fc8a242.tar.gz mpd-0308ec564eeca4c51ef24019b53bc4396fc8a242.tar.xz mpd-0308ec564eeca4c51ef24019b53bc4396fc8a242.zip |
util/list: don't use GLib
Diffstat (limited to 'src/song.h')
-rw-r--r-- | src/song.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/song.h b/src/song.h index 119d89ccd..6ac036953 100644 --- a/src/song.h +++ b/src/song.h @@ -23,6 +23,8 @@ #include "util/list.h" #include "gcc.h" +#include <glib.h> + #include <assert.h> #include <stddef.h> #include <stdbool.h> |