aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2008-10-05 13:58:02 -0700
committerEric Wong <normalperson@yhbt.net>2008-10-05 13:58:02 -0700
commit1df911ec3a47e542c2a56e45dbebcb20cd2b8565 (patch)
tree9349cd117dcceb8726f33353054a557944cb8316 /src
parent6519cc41e2d7fd602795ebadeda4381e5bbf22c0 (diff)
downloadmpd-1df911ec3a47e542c2a56e45dbebcb20cd2b8565.tar.gz
mpd-1df911ec3a47e542c2a56e45dbebcb20cd2b8565.tar.xz
mpd-1df911ec3a47e542c2a56e45dbebcb20cd2b8565.zip
decode: fix build for folks that don't -DMPD_PATH_MAX=...
Thanks to unK for the report
Diffstat (limited to 'src')
-rw-r--r--src/decode.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/decode.h b/src/decode.h
index 71e7a498e..662ab375f 100644
--- a/src/decode.h
+++ b/src/decode.h
@@ -23,6 +23,7 @@
#include "condition.h"
#include "audio_format.h"
+#include "path.h"
#define DECODE_TYPE_FILE 0
#define DECODE_TYPE_URL 1