diff options
Diffstat (limited to '')
-rw-r--r-- | src/atom.h | 1 | ||||
-rw-r--r-- | src/extratypes.h | 4 | ||||
-rw-r--r-- | src/stack.h | 1 |
3 files changed, 6 insertions, 0 deletions
@@ -10,6 +10,7 @@ | |||
10 | 10 | ||
11 | #include <stdint.h> | 11 | #include <stdint.h> |
12 | #include <memory> | 12 | #include <memory> |
13 | #include "bu/config.h" | ||
13 | #include "bu/exceptionbase.h" | 14 | #include "bu/exceptionbase.h" |
14 | 15 | ||
15 | namespace Bu | 16 | namespace Bu |
diff --git a/src/extratypes.h b/src/extratypes.h index 0dd92db..656cd6d 100644 --- a/src/extratypes.h +++ b/src/extratypes.h | |||
@@ -12,6 +12,10 @@ | |||
12 | 12 | ||
13 | #include <stdint.h> | 13 | #include <stdint.h> |
14 | 14 | ||
15 | #ifndef NULL | ||
16 | #define NULL 0 | ||
17 | #endif | ||
18 | |||
15 | namespace Bu | 19 | namespace Bu |
16 | { | 20 | { |
17 | #ifdef USE_64BIT_IO | 21 | #ifdef USE_64BIT_IO |
diff --git a/src/stack.h b/src/stack.h index a6ea1b9..0d1ed3c 100644 --- a/src/stack.h +++ b/src/stack.h | |||
@@ -9,6 +9,7 @@ | |||
9 | #define BU_STACK_H | 9 | #define BU_STACK_H |
10 | 10 | ||
11 | #include <memory> | 11 | #include <memory> |
12 | #include "bu/config.h" | ||
12 | 13 | ||
13 | namespace Bu | 14 | namespace Bu |
14 | { | 15 | { |