diff options
-rw-r--r-- | source3/client/mtab.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/client/mtab.c b/source3/client/mtab.c index 93fbd11359..70789bcb9d 100644 --- a/source3/client/mtab.c +++ b/source3/client/mtab.c @@ -32,6 +32,7 @@ #include <errno.h> #include <stdio.h> #include <sys/time.h> +#include <sys/stat.h> #include <time.h> #include <fcntl.h> #include <mntent.h> |