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:
bde 2002-07-08 19:49:52 +00:00
parent 815d08322a
commit 91dbf8726e

View File

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