From 654ea67e99ea91e39896d55c0e6dd3bfc8ee049a Mon Sep 17 00:00:00 2001 From: Greg Hudson Date: Wed, 26 Feb 2014 17:39:55 -0500 Subject: Fix two omissions in stdint.h changes Since we no longer prefix an "#include " in the gssapi.h preamble at build time, include it in gssapi.hin. Update util/gss/kernel-lib/Makefile.in to account for gssapi_krb5.h being in the source tree. --- src/lib/gssapi/generic/gssapi.hin | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/lib/gssapi/generic') diff --git a/src/lib/gssapi/generic/gssapi.hin b/src/lib/gssapi/generic/gssapi.hin index 54433f703..f67e75c1d 100644 --- a/src/lib/gssapi/generic/gssapi.hin +++ b/src/lib/gssapi/generic/gssapi.hin @@ -52,6 +52,8 @@ extern "C" { #define KRB5_CALLCONV_C #endif +#include + /* * First, include stddef.h to get size_t defined. */ -- cgit