include stdbool.h

This commit is contained in:
c9s 2014-05-27 00:47:21 +08:00
parent f597239986
commit aaf35d22d8

View file

@ -7,6 +7,7 @@
#ifndef DEFINE_H
#define DEFINE_H
#include <stdbool.h>
#ifndef bool
typedef unsigned char bool;