diff options
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | support/nfs/rpcmisc.c | 1 |
2 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,7 @@ +2001-02-14 H.J. Lu <hjl@lucon.org> + + * support/nfs/rpcmisc.c: Include <time.h>. + 2001-02-14 Chip Salzenberg <chip@valinux.com> * debian/control: Change priority of nhfsstone package to 'extra'. 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); |