Don't depend on bogusly-installed <tzfile.h>.

This commit is contained in:
Garrett Wollman 1995-08-05 20:25:24 +00:00
parent cffeb06206
commit 21271a8c7a
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=9935

View File

@ -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();