]> granicus.if.org Git - sudo/commitdiff
now includes sys/param.h
authorTodd C. Miller <Todd.Miller@courtesan.com>
Sat, 4 Sep 1993 19:41:31 +0000 (19:41 +0000)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Sat, 4 Sep 1993 19:41:31 +0000 (19:41 +0000)
visudo.c

index d7cfc18c43da65c21d8c40937a3bfacd22b4d186..d699755bb50cfd3d654bb514a802ea3f4e202e16 100644 (file)
--- a/visudo.c
+++ b/visudo.c
@@ -30,6 +30,7 @@
 * edit, lock and parse the sudoers file in a fashion similiar to /etc/vipw.
 *******************************************************************************/
 #include <sys/types.h>
+#include <sys/param.h>
 #include <sys/stat.h>
 #include <sys/file.h>
 #include <stdio.h>