From 70f598c6198acff90da4f2222b95c4bcb0828d73 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Sat, 24 Mar 2018 11:41:17 +0100 Subject: [PATCH] Use boolean.h instead of stdbool.h --- libretro-common/streams/chd_stream.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/libretro-common/streams/chd_stream.c b/libretro-common/streams/chd_stream.c index 9ab46b0cfd..ebd736f0ad 100644 --- a/libretro-common/streams/chd_stream.c +++ b/libretro-common/streams/chd_stream.c @@ -23,7 +23,8 @@ #include #include #include -#include + +#include #include #include