Fixed some world breakage caused by not updating clients when <timeconv.h>

was split off from <time.h>.  This became fatal here when -Werror was
reenabled.
This commit is contained in:
Bruce Evans 2002-07-08 19:49:52 +00:00
parent 43088e9868
commit 006559a292
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=99603

View File

@ -40,6 +40,7 @@
#include <stdlib.h>
#include <stdarg.h>
#include <string.h>
#include <timeconv.h>
#include <unistd.h>
#include <sysexits.h>