Show More
@@ -12,6 +12,8 | |||||
12 | #include <string.h> |
|
12 | #include <string.h> | |
13 | #include <stdlib.h> |
|
13 | #include <stdlib.h> | |
14 |
|
14 | |||
|
15 | #include "util.h" | |||
|
16 | ||||
15 | /* VC9 doesn't include bool and lacks stdbool.h based on my searching */ |
|
17 | /* VC9 doesn't include bool and lacks stdbool.h based on my searching */ | |
16 | #ifdef _MSC_VER |
|
18 | #ifdef _MSC_VER | |
17 | #define true 1 |
|
19 | #define true 1 |
General Comments 0
You need to be logged in to leave comments.
Login now