2
0
mirror of https://github.com/sudo-project/sudo.git synced 2025-08-22 09:57:41 +00:00

now iincludes signal.h

This commit is contained in:
Todd C. Miller 1995-03-27 22:04:19 +00:00
parent e24031eab0
commit d5752237af

View File

@ -48,6 +48,7 @@ static char rcsid[] = "$Id$";
#include <malloc.h> #include <malloc.h>
#endif /* HAVE_MALLOC_H */ #endif /* HAVE_MALLOC_H */
#include <pwd.h> #include <pwd.h>
#include <signal.h>
#include <errno.h> #include <errno.h>
#include <sys/types.h> #include <sys/types.h>
#include <sys/param.h> #include <sys/param.h>