mount.cifs: directly include sys/stat.h in mtab.c
authorJeff Layton <jlayton@redhat.com>
Fri, 15 May 2009 18:31:28 +0000 (14:31 -0400)
committerJeff Layton <jlayton@redhat.com>
Fri, 15 May 2009 18:31:28 +0000 (14:31 -0400)
commitb0c399ce6015e8a96231d5e5e99e603d44e0cf57
tree4cf7896a5850c9205ade683b7aa34ab39cef2dd7
parentd800ee50335ecbd2dbd3b451a18a00780ac28f04
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