@ -9,6 +9,11 @@
#include <stdarg.h>
#include <stdint.h>
#include <stdbool.h>
#ifdef _MSC_VER
#if (_MSC_VER <= 1600)
#define bool int
#endif
#include <string.h>
#ifdef __GNUC__