summaryrefslogtreecommitdiffstats
path: root/src/include/k5-err.h
diff options
context:
space:
mode:
authorKen Raeburn <raeburn@mit.edu>2006-04-14 23:47:33 +0000
committerKen Raeburn <raeburn@mit.edu>2006-04-14 23:47:33 +0000
commitb21f46c1d5b0701cbf2cc35cde5fa5a07ab508e7 (patch)
treec7014dc5066cafe0b982656a5c3c805b75ce9b29 /src/include/k5-err.h
parent69ff87b7502fe2edb5ca04b3050b8bf9903e5332 (diff)
downloadkrb5-b21f46c1d5b0701cbf2cc35cde5fa5a07ab508e7.tar.gz
krb5-b21f46c1d5b0701cbf2cc35cde5fa5a07ab508e7.tar.xz
krb5-b21f46c1d5b0701cbf2cc35cde5fa5a07ab508e7.zip
Include stdarg.h
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@17925 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/include/k5-err.h')
-rw-r--r--src/include/k5-err.h2
1 files changed, 2 insertions, 0 deletions
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 <stdarg.h>
+
struct errinfo {
long code;
const char *msg;