aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src
diff options
context:
space:
mode:
Diffstat (limited to 'lib-src')
-rw-r--r--lib-src/b2m.c4
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. */
31extern char *strtok (); 31extern 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
36int header = FALSE, printing; 40int header = FALSE, printing;
37time_t ltoday; 41time_t ltoday;