mount.cifs: directly include sys/stat.h in mtab.c
authorJeff Layton <jlayton@redhat.com>
Tue, 26 Jan 2010 13:45:53 +0000 (08:45 -0500)
committerKarolin Seeger <kseeger@samba.org>
Thu, 6 May 2010 12:16:02 +0000 (14:16 +0200)
commit8efb860f07bd8e52896c01fb6613ff9eb56bf7d1
tree3c1f3d74dd9cdadd06eede35d196931abb45a4aa
parent42f5c0ad79c1122e1fef2875f2e0a277bf86e97b
mount.cifs: directly include sys/stat.h in mtab.c

This file is mysteriously getting included when built via the makefile,
but when you try to build mtab.o by hand it fails to build. Directly
include it to remove any ambiguity.

Signed-off-by: Jeff Layton <jlayton@redhat.com>
(cherry picked from commit fa722e20c9f5712571f9009afed8c4e44ac11cdc)
source3/client/mtab.c