diff options
-rw-r--r-- | nfsmount.c | 3 | ||||
-rw-r--r-- | util-linux/nfsmount.c | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/nfsmount.c b/nfsmount.c index e615d1d63..fff02d312 100644 --- a/nfsmount.c +++ b/nfsmount.c @@ -45,7 +45,8 @@ #include <rpc/pmap_prot.h> #include <rpc/pmap_clnt.h> #include <sys/socket.h> -#include <sys/time.h> +#include <time.h> +//#include <sys/time.h> #include <sys/utsname.h> #include <netinet/in.h> #include <arpa/inet.h> diff --git a/util-linux/nfsmount.c b/util-linux/nfsmount.c index e615d1d63..fff02d312 100644 --- a/util-linux/nfsmount.c +++ b/util-linux/nfsmount.c @@ -45,7 +45,8 @@ #include <rpc/pmap_prot.h> #include <rpc/pmap_clnt.h> #include <sys/socket.h> -#include <sys/time.h> +#include <time.h> +//#include <sys/time.h> #include <sys/utsname.h> #include <netinet/in.h> #include <arpa/inet.h> |