16 lines
363 B
Diff
16 lines
363 B
Diff
--- gl/lib/mountlist.c
|
|
+++ gl/lib/mountlist.c
|
|
@@ -37,6 +37,12 @@
|
|
# include <sys/param.h>
|
|
#endif
|
|
|
|
+#if MAJOR_IN_MKDEV
|
|
+# include <sys/mkdev.h>
|
|
+#elif MAJOR_IN_SYSMACROS
|
|
+# include <sys/sysmacros.h>
|
|
+#endif
|
|
+
|
|
#if defined MOUNTED_GETFSSTAT /* OSF_1 and Darwin1.3.x */
|
|
# if HAVE_SYS_UCRED_H
|
|
# include <grp.h> /* needed on OSF V4.0 for definition of NGROUPS,
|