mirror of
https://github.com/libretro/RetroArch
synced 2025-03-03 04:14:00 +00:00
Use boolean.h instead of stdbool.h
This commit is contained in:
parent
473d978d78
commit
70f598c619
@ -23,7 +23,8 @@
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <stdbool.h>
|
||||
|
||||
#include <boolean.h>
|
||||
|
||||
#include <streams/chd_stream.h>
|
||||
#include <retro_endianness.h>
|
||||
|
Loading…
x
Reference in New Issue
Block a user