2
0
mirror of https://github.com/sudo-project/sudo.git synced 2025-08-30 13:58:05 +00:00

Include sys/types.h to get gid_t, etc used in sudo_compat.h.

Fixes a build issue on Solaris.
This commit is contained in:
Todd C. Miller
2014-10-01 09:30:17 -06:00
parent b2e138bde0
commit 1d0b5422ae

View File

@@ -16,6 +16,7 @@
#include <config.h>
#include <sys/types.h>
#ifdef HAVE_GSS_KRB5_CCACHE_NAME
# if defined(HAVE_GSSAPI_GSSAPI_KRB5_H)
# include <gssapi/gssapi.h>