diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | utils/statd/rmtcall.c | 1 | ||||
-rw-r--r-- | utils/statd/svc_run.c | 1 |
3 files changed, 7 insertions, 0 deletions
@@ -1,5 +1,10 @@ 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". * configure: Regenerated. * nfs-utils.spec: Likewise. 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" |