include stdbool.h
This commit is contained in:
parent
f597239986
commit
aaf35d22d8
1 changed files with 1 additions and 0 deletions
|
@ -7,6 +7,7 @@
|
|||
|
||||
#ifndef DEFINE_H
|
||||
#define DEFINE_H
|
||||
#include <stdbool.h>
|
||||
|
||||
#ifndef bool
|
||||
typedef unsigned char bool;
|
||||
|
|
Loading…
Reference in a new issue