mirror of
https://github.com/sudo-project/sudo.git
synced 2025-08-31 06:15:37 +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:
@@ -16,6 +16,7 @@
|
|||||||
|
|
||||||
#include <config.h>
|
#include <config.h>
|
||||||
|
|
||||||
|
#include <sys/types.h>
|
||||||
#ifdef HAVE_GSS_KRB5_CCACHE_NAME
|
#ifdef HAVE_GSS_KRB5_CCACHE_NAME
|
||||||
# if defined(HAVE_GSSAPI_GSSAPI_KRB5_H)
|
# if defined(HAVE_GSSAPI_GSSAPI_KRB5_H)
|
||||||
# include <gssapi/gssapi.h>
|
# include <gssapi/gssapi.h>
|
||||||
|
Reference in New Issue
Block a user