From e6c3acaa6fc6f2003b118a93306a8508e13f0fb1 Mon Sep 17 00:00:00 2001 From: Andreas Wiese Date: Fri, 14 Jan 2011 15:43:51 +0100 Subject: Fix NDEBUG test MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit needs to be included unconditionally from definition of NDEBUG, since »bool« doesn't get defined otherwise. Signed-off-by: Andreas Wiese --- src/pipe.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/pipe.h') diff --git a/src/pipe.h b/src/pipe.h index 2825b320a..b15cd76c1 100644 --- a/src/pipe.h +++ b/src/pipe.h @@ -20,9 +20,9 @@ #ifndef MPD_PIPE_H #define MPD_PIPE_H -#ifndef NDEBUG #include +#ifndef NDEBUG struct audio_format; #endif -- cgit v1.2.3