summaryrefslogtreecommitdiffstats
path: root/utils
diff options
context:
space:
mode:
Diffstat (limited to 'utils')
-rw-r--r--utils/statd/rmtcall.c1
-rw-r--r--utils/statd/svc_run.c1
2 files changed, 2 insertions, 0 deletions
diff --git a/utils/statd/rmtcall.c b/utils/statd/rmtcall.c
index 3d9e7cc..b70e5bb 100644
--- a/utils/statd/rmtcall.c
+++ b/utils/statd/rmtcall.c
@@ -30,6 +30,7 @@
#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>
diff --git a/utils/statd/svc_run.c b/utils/statd/svc_run.c
index 8f6d9fe..0adbbbe 100644
--- a/utils/statd/svc_run.c
+++ b/utils/statd/svc_run.c
@@ -49,6 +49,7 @@
*/
#include "config.h"
#include <errno.h>
+#include <time.h>
#include "statd.h"
#include "notlist.h"