View | Details | Raw Unified | Return to bug 138749
Collapse All | Expand All

(-)modules/access/file.c (+1 lines)
Lines 52-57 Link Here
52
#   include <linux/magic.h>
52
#   include <linux/magic.h>
53
#   define HAVE_FSTATFS 1
53
#   define HAVE_FSTATFS 1
54
#elif defined (HAVE_SYS_MOUNT_H)
54
#elif defined (HAVE_SYS_MOUNT_H)
55
#   include <sys/param.h>
55
#   include <sys/mount.h>
56
#   include <sys/mount.h>
56
#   define HAVE_FSTATFS 1
57
#   define HAVE_FSTATFS 1
57
#endif
58
#endif

Return to bug 138749