From 6b566e83a640b0b95d730b2aeab816a44f3aebdf Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Fri, 13 Jan 2006 10:37:14 +0000 Subject: r12899: - fix warnings on AIX - fix compilation of auth/kerberos/krb5_init_context.c on AIX metze (This used to be commit 0e1ad08a8515056f4ed0923889bef04d85b84964) --- source4/heimdal_build/config.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'source4/heimdal_build') diff --git a/source4/heimdal_build/config.h b/source4/heimdal_build/config.h index d2a72cacfb..844b7d9b17 100644 --- a/source4/heimdal_build/config.h +++ b/source4/heimdal_build/config.h @@ -42,6 +42,9 @@ static /**/const char *const rcsid[] = { (const char *)rcsid, "\100(#)" msg } #include #include +#ifdef HAVE_INTTYPES_H +#include +#endif #include "lib/replace/replace.h" #endif -- cgit