diff options
author | Eric Wong <normalperson@yhbt.net> | 2008-10-05 15:14:12 -0700 |
---|---|---|
committer | Eric Wong <normalperson@yhbt.net> | 2008-10-05 15:14:12 -0700 |
commit | 5df85b429b19281200d25aa102885702f0fddfb6 (patch) | |
tree | 9a190fab8157af23f42b66feba8dd17427ba5256 /src | |
parent | 1df911ec3a47e542c2a56e45dbebcb20cd2b8565 (diff) | |
download | mpd-5df85b429b19281200d25aa102885702f0fddfb6.tar.gz mpd-5df85b429b19281200d25aa102885702f0fddfb6.tar.xz mpd-5df85b429b19281200d25aa102885702f0fddfb6.zip |
playlist.h: fix build for folks that don't -DMPD_PATH_MAX=...
Thanks (again) to unK for the report :x
Diffstat (limited to 'src')
-rw-r--r-- | src/playlist.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/playlist.h b/src/playlist.h index df1bd9e7b..2be2711e5 100644 --- a/src/playlist.h +++ b/src/playlist.h @@ -20,6 +20,7 @@ #define PLAYLIST_H #include "locate.h" +#include "path.h" #define PLAYLIST_FILE_SUFFIX "m3u" #define PLAYLIST_COMMENT '#' |