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>
Mon, 8 Mar 2010 09:02:34 +0000 (10:02 +0100)
commitfa722e20c9f5712571f9009afed8c4e44ac11cdc
tree409c5bc568535eefa98e9c31ad32dbd5dfb568a3
parenta0254fa053cbaa8689de4f13893c50014085f7c8
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>
source3/client/mtab.c