2
0
mirror of https://github.com/sudo-project/sudo.git synced 2025-08-31 14:25:15 +00:00

Include sys/types.h instead of unistd.h to get uid_t and gid_t.

Add missing include of sys/types.h to a few places.
This commit is contained in:
Todd C. Miller
2015-04-09 10:58:04 -06:00
parent 7e1c2fa00c
commit eeca3b0ca4
9 changed files with 13 additions and 11 deletions

View File

@@ -52,6 +52,7 @@
#include <config.h>
#include <sys/types.h>
#include <stdio.h>
#ifdef STDC_HEADERS
# include <stdlib.h>