diff options
Diffstat (limited to '')
-rw-r--r-- | src/playlist.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/playlist.h b/src/playlist.h index 00d0f9e3c..d5042c9b5 100644 --- a/src/playlist.h +++ b/src/playlist.h @@ -19,6 +19,8 @@ #ifndef PLAYLIST_H #define PLAYLIST_H +#include "../config.h" + #include "song.h" #include <stdio.h> |