diff options
| author | hjl <hjl> | 2001-02-15 01:03:04 +0000 |
|---|---|---|
| committer | hjl <hjl> | 2001-02-15 01:03:04 +0000 |
| commit | 2b564ceca4764b9191b7a5f15808d42ebb26f537 (patch) | |
| tree | 25d711ed83d68b0f0f08d4da5b25613e6336fdb0 /utils/statd/rmtcall.c | |
| parent | 8a9b9a9ad0c01540144ceb33742276eea0c40aff (diff) | |
| download | nfs-utils-2b564ceca4764b9191b7a5f15808d42ebb26f537.tar.gz nfs-utils-2b564ceca4764b9191b7a5f15808d42ebb26f537.tar.xz nfs-utils-2b564ceca4764b9191b7a5f15808d42ebb26f537.zip | |
2001-02-14 H.J. Lu <hjl@lucon.org>
* utils/statd/rmtcall.c: Include <time.h>.
* utils/statd/svc_run.c: Likewise.
Diffstat (limited to 'utils/statd/rmtcall.c')
| -rw-r--r-- | utils/statd/rmtcall.c | 1 |
1 files changed, 1 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> |
