15 lines
311 B
Diff
15 lines
311 B
Diff
--- a/lib/llrb.h 2018-01-13 08:59:09.826617752 -0800
|
|
+++ b/lib/llrb.h 2018-01-13 09:19:04.165564680 -0800
|
|
@@ -52,6 +52,11 @@
|
|
#ifndef LLRB_H
|
|
#define LLRB_H
|
|
|
|
+#ifndef _Bool
|
|
+#include <stdbool.h>
|
|
+#define _Bool bool
|
|
+#endif
|
|
+
|
|
#define LLRB_VENDOR "william@25thandClement.com"
|
|
#define LLRB_VERSION 0x20130925
|
|
|