summaryrefslogtreecommitdiffstats
path: root/utils/mount/network.c
diff options
context:
space:
mode:
authorSteve Dickson <steved@redhat.com>2010-01-22 12:30:58 -0500
committerSteve Dickson <steved@redhat.com>2010-01-22 12:30:58 -0500
commitd9c22d2e825d050a89da8c798c56f3a96d2359b0 (patch)
tree65d0496cbf68e610c7fece3c79d68bb05e2bc266 /utils/mount/network.c
parent207cf7da3868e13439544ac83b64e8e5efcbdf91 (diff)
downloadnfs-utils-d9c22d2e825d050a89da8c798c56f3a96d2359b0.tar.gz
nfs-utils-d9c22d2e825d050a89da8c798c56f3a96d2359b0.tar.xz
nfs-utils-d9c22d2e825d050a89da8c798c56f3a96d2359b0.zip
Added the sys/stat.h header file to a number of
files which ensure the S_ISDIR() macro is defined. Signed-off-by: Steve Dickson <steved@redhat.com>
Diffstat (limited to 'utils/mount/network.c')
-rw-r--r--utils/mount/network.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/utils/mount/network.c b/utils/mount/network.c
index 92bba2d..06cab6a 100644
--- a/utils/mount/network.c
+++ b/utils/mount/network.c
@@ -37,6 +37,7 @@
#include <sys/types.h>
#include <sys/socket.h>
#include <sys/wait.h>
+#include <sys/stat.h>
#include <netinet/in.h>
#include <rpc/rpc.h>
#include <rpc/pmap_prot.h>