Commit e6c3acaa authored by Andreas Wiese's avatar Andreas Wiese Committed by Max Kellermann

Fix NDEBUG test

<stdbool.h> needs to be included unconditionally from definition of NDEBUG, since »bool« doesn't get defined otherwise. Signed-off-by: 's avatarAndreas Wiese <aw-devel@meterriblecrew.net>
parent 0022fb10
......@@ -20,9 +20,9 @@
#ifndef MPD_PIPE_H
#define MPD_PIPE_H
#ifndef NDEBUG
#include <stdbool.h>
#ifndef NDEBUG
struct audio_format;
#endif
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment