Restructure of mono.sln and build properties to better fix static/dynamic library...
[mono.git] / support / grp.c
index 09aff343270d79148b7d626d06724e7b6bdac232..827bc550d938fa91252db4ca620d739b939cb508 100644 (file)
@@ -8,7 +8,9 @@
  */
 
 #include <sys/types.h>
+#ifdef HAVE_SYS_PARAM_H
 #include <sys/param.h>
+#endif
 #include <grp.h>
 #include <stdio.h>
 #include <stdlib.h>