aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--nfsmount.c3
-rw-r--r--util-linux/nfsmount.c3
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 @@
45#include <rpc/pmap_prot.h> 45#include <rpc/pmap_prot.h>
46#include <rpc/pmap_clnt.h> 46#include <rpc/pmap_clnt.h>
47#include <sys/socket.h> 47#include <sys/socket.h>
48#include <sys/time.h> 48#include <time.h>
49//#include <sys/time.h>
49#include <sys/utsname.h> 50#include <sys/utsname.h>
50#include <netinet/in.h> 51#include <netinet/in.h>
51#include <arpa/inet.h> 52#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 @@
45#include <rpc/pmap_prot.h> 45#include <rpc/pmap_prot.h>
46#include <rpc/pmap_clnt.h> 46#include <rpc/pmap_clnt.h>
47#include <sys/socket.h> 47#include <sys/socket.h>
48#include <sys/time.h> 48#include <time.h>
49//#include <sys/time.h>
49#include <sys/utsname.h> 50#include <sys/utsname.h>
50#include <netinet/in.h> 51#include <netinet/in.h>
51#include <arpa/inet.h> 52#include <arpa/inet.h>