diff options
Diffstat (limited to 'lib-src')
| -rw-r--r-- | lib-src/b2m.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib-src/b2m.c b/lib-src/b2m.c index a6a9022f462..8fffbf0fd25 100644 --- a/lib-src/b2m.c +++ b/lib-src/b2m.c | |||
| @@ -30,8 +30,12 @@ | |||
| 30 | /* BSD's strings.h does not declare the type of strtok. */ | 30 | /* BSD's strings.h does not declare the type of strtok. */ |
| 31 | extern char *strtok (); | 31 | extern char *strtok (); |
| 32 | 32 | ||
| 33 | #ifndef TRUE | ||
| 33 | #define TRUE (1) | 34 | #define TRUE (1) |
| 35 | #endif | ||
| 36 | #ifndef FALSE | ||
| 34 | #define FALSE (0) | 37 | #define FALSE (0) |
| 38 | #endif | ||
| 35 | 39 | ||
| 36 | int header = FALSE, printing; | 40 | int header = FALSE, printing; |
| 37 | time_t ltoday; | 41 | time_t ltoday; |