From: Ken Raeburn Date: Fri, 14 Apr 2006 23:47:33 +0000 (+0000) Subject: Include stdarg.h X-Git-Tag: krb5-1.5-alpha1~80 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b21f46c1d5b0701cbf2cc35cde5fa5a07ab508e7;p=thirdparty%2Fkrb5.git Include stdarg.h git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@17925 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/include/k5-err.h b/src/include/k5-err.h index 4852409c2a..5ba5816a71 100644 --- a/src/include/k5-err.h +++ b/src/include/k5-err.h @@ -37,6 +37,8 @@ #define KRB5_CALLCONV_C #endif +#include + struct errinfo { long code; const char *msg;