* utils/statd/rmtcall.c: Include <time.h>.
* utils/statd/svc_run.c: Likewise.
+2001-02-14 H.J. Lu <hjl@lucon.org>
+
+ * utils/statd/rmtcall.c: Include <time.h>.
+ * utils/statd/svc_run.c: Likewise.
+
2001-02-14 H.J. Lu <hjl@lucon.org>
* configure.in (VERSION): Set to "0.3.1".
#include <rpc/rpc.h>
#include <rpc/pmap_prot.h>
#include <rpc/pmap_rmt.h>
+#include <time.h>
#include <netdb.h>
#include <string.h>
#include <unistd.h>
*/
#include "config.h"
#include <errno.h>
+#include <time.h>
#include "statd.h"
#include "notlist.h"