From: Ken Raeburn Date: Sat, 23 Oct 2010 22:25:58 +0000 (+0000) Subject: Include k5-int.h for function declarations X-Git-Tag: krb5-1.10-alpha1~685 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=462194873b45a2ee34777cc6bf9093742a717240;p=krb5.git Include k5-int.h for function declarations git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@24473 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/lib/crypto/builtin/init.c b/src/lib/crypto/builtin/init.c index af69523af..5f8d3b1c6 100644 --- a/src/lib/crypto/builtin/init.c +++ b/src/lib/crypto/builtin/init.c @@ -28,6 +28,8 @@ * Built-in back-end library init functions */ +#include "k5-int.h" + int krb5int_crypto_impl_init(void) {