summaryrefslogtreecommitdiffstats
path: root/utils/mount/mount.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/mount.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/mount.c')
-rw-r--r--utils/mount/mount.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/utils/mount/mount.c b/utils/mount/mount.c
index 6b9e164..82b9169 100644
--- a/utils/mount/mount.c
+++ b/utils/mount/mount.c
@@ -24,6 +24,7 @@
#include <unistd.h>
#include <sys/types.h>
+#include <sys/stat.h>
#include <stdio.h>
#include <string.h>
#include <errno.h>