now includes sys/param.h

This commit is contained in:
Todd C. Miller
1993-09-04 19:41:31 +00:00
parent 4ccc94fc10
commit 3151ffe1cf

View File

@@ -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>