include <sys/time.h> on 4.2 systems

This commit is contained in:
ceriel
1987-07-17 09:38:18 +00:00
parent db66b7720a
commit f63c19df79
4 changed files with 16 additions and 0 deletions

View File

@@ -1,5 +1,9 @@
/* $Header$ */
#ifdef __BSD4_2
#include <sys/time.h>
#else
#include <time.h>
#endif
#define DATE_STR "??? ??? ?? ??:??:?? ????\n"