From 5df85b429b19281200d25aa102885702f0fddfb6 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Sun, 5 Oct 2008 15:14:12 -0700 Subject: playlist.h: fix build for folks that don't -DMPD_PATH_MAX=... Thanks (again) to unK for the report :x --- src/playlist.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/playlist.h') 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 '#' -- cgit v1.2.3