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

index c4b85d2935cc3e9555a6816ccc3da963b3893d58..6d64723fd893c826e58c58d5df37dbf12762e50e 100644 (file)
@@ -32,6 +32,7 @@
 *******************************************************************************/
 #include <stdio.h>
 #include <sys/types.h>
+#include <sys/param.h>
 #include "sudo.h"
 
 extern int yylineno;