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 b0166c161d8d609f73fae890670b2e960bc0da0e..87569f8d36927fbf418f9aeadb52904b70f9d4be 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>
          ],