2
0
mirror of https://github.com/sudo-project/sudo.git synced 2025-08-29 13:28:10 +00:00

now includes sys/param.h

This commit is contained in:
Todd C. Miller 1993-09-04 19:42:19 +00:00
parent 3151ffe1cf
commit 1c2d27eea6

View File

@ -32,6 +32,7 @@
*******************************************************************************/ *******************************************************************************/
#include <stdio.h> #include <stdio.h>
#include <sys/types.h> #include <sys/types.h>
#include <sys/param.h>
#include "sudo.h" #include "sudo.h"
extern int yylineno; extern int yylineno;