diff options
author | hjl <hjl> | 2001-02-15 00:37:03 +0000 |
---|---|---|
committer | hjl <hjl> | 2001-02-15 00:37:03 +0000 |
commit | 90685386b135529ed2738e0d1daab4dd2104b251 (patch) | |
tree | 4cb6e572ce8e2726d9b00ad3e36a6476046b95c0 /support/nfs | |
parent | 976d2f7dbaf0c7aeb894e0dcc61c24331351d2c7 (diff) | |
download | nfs-utils-90685386b135529ed2738e0d1daab4dd2104b251.tar.gz nfs-utils-90685386b135529ed2738e0d1daab4dd2104b251.tar.xz nfs-utils-90685386b135529ed2738e0d1daab4dd2104b251.zip |
2001-02-14 H.J. Lu <hjl@lucon.org>
* support/nfs/rpcmisc.c: Include <time.h>.
Diffstat (limited to 'support/nfs')
-rw-r--r-- | support/nfs/rpcmisc.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/support/nfs/rpcmisc.c b/support/nfs/rpcmisc.c index 64bc802..7a9de1c 100644 --- a/support/nfs/rpcmisc.c +++ b/support/nfs/rpcmisc.c @@ -29,6 +29,7 @@ #include <memory.h> #include <errno.h> #include <unistd.h> +#include <time.h> #include "nfslib.h" static void closedown(int sig); |