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