diff options
Diffstat (limited to '')
-rw-r--r-- | src/util.h | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -8,6 +8,10 @@ | |||
8 | #ifndef BU_UTIL_H | 8 | #ifndef BU_UTIL_H |
9 | #define BU_UTIL_H | 9 | #define BU_UTIL_H |
10 | 10 | ||
11 | #ifndef NULL | ||
12 | #define NULL 0 | ||
13 | #endif | ||
14 | |||
11 | /* I borrowed this from someone who borrowed it from glib who borrowed it | 15 | /* I borrowed this from someone who borrowed it from glib who borrowed it |
12 | * from... | 16 | * from... |
13 | */ | 17 | */ |