summaryrefslogtreecommitdiff
path: root/lib/libc
diff options
context:
space:
mode:
authorGarrett Wollman <wollman@FreeBSD.org>1995-08-05 20:25:24 +0000
committerGarrett Wollman <wollman@FreeBSD.org>1995-08-05 20:25:24 +0000
commit21271a8c7ae250c19881f38bb327c2c00d515ae0 (patch)
tree7ce043df55772e167be89786ef7762c6c57dc9fa /lib/libc
parentcffeb06206b1301637d4cc17f17607dacf81db87 (diff)
Notes
Diffstat (limited to 'lib/libc')
-rw-r--r--lib/libc/gen/timezone.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/gen/timezone.c b/lib/libc/gen/timezone.c
index 9ce6142e5aed..370493b38779 100644
--- a/lib/libc/gen/timezone.c
+++ b/lib/libc/gen/timezone.c
@@ -40,7 +40,7 @@ static char sccsid[] = "@(#)timezone.c 8.1 (Berkeley) 6/4/93";
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
-#include <tzfile.h>
+#define TZ_MAX_CHARS 255
char *_tztab();