2
0
mirror of https://github.com/sudo-project/sudo.git synced 2025-08-29 21:38:05 +00:00

Include sys/types.h for id_t. Bug #711

This commit is contained in:
Todd C. Miller 2015-08-02 19:59:32 -06:00
parent 1965da8c33
commit 918190fce9

View File

@ -16,6 +16,8 @@
#include <config.h>
#include <sys/types.h>
#include <stdio.h>
#include <stdlib.h>
#ifdef HAVE_STRING_H