changeset 1395:87e3c1c3497a

Include sys/param.h. NetBSD 1.3.1 requires this for the definition of NGROUPS (used in a system header included by sys/mount.h).
author Jim Meyering <jim@meyering.net>
date Mon, 29 Jun 1998 16:57:09 +0000
parents 06bd54ef3e0e
children f3912c1d7674
files m4/fstypename.m4
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/m4/fstypename.m4
+++ b/m4/fstypename.m4
@@ -13,6 +13,7 @@
       [
 	AC_TRY_COMPILE(
 	  [
+#include <sys/param.h>
 #include <sys/types.h>
 #include <sys/mount.h>
 	  ],