Include sys/param.h. NetBSD 1.3.1 requires this
authorJim Meyering <jim@meyering.net>
Mon, 29 Jun 1998 16:57:09 +0000 (16:57 +0000)
committerJim Meyering <jim@meyering.net>
Mon, 29 Jun 1998 16:57:09 +0000 (16:57 +0000)
for the definition of NGROUPS (used in a system header included
by sys/mount.h).

m4/fstypename.m4

index b0166c1..87569f8 100644 (file)
@@ -13,6 +13,7 @@ AC_DEFUN(jm_FSTYPENAME,
       [
        AC_TRY_COMPILE(
          [
+#include <sys/param.h>
 #include <sys/types.h>
 #include <sys/mount.h>
          ],