aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2008-10-05 15:14:12 -0700
committerEric Wong <normalperson@yhbt.net>2008-10-05 15:14:12 -0700
commit5df85b429b19281200d25aa102885702f0fddfb6 (patch)
tree9a190fab8157af23f42b66feba8dd17427ba5256 /src
parent1df911ec3a47e542c2a56e45dbebcb20cd2b8565 (diff)
downloadmpd-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.h1
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 '#'