summaryrefslogtreecommitdiffstats
path: root/src/plugins
diff options
context:
space:
mode:
authorKen Raeburn <raeburn@mit.edu>2006-04-13 15:56:04 +0000
committerKen Raeburn <raeburn@mit.edu>2006-04-13 15:56:04 +0000
commit90241ce506e287110902affd4f01730d10586c02 (patch)
tree21de1dd52e5fc8a609290b78c304aff89a7e7f3f /src/plugins
parent7c8042a1039ed6de71e5b4bde43d4d6d008300b6 (diff)
downloadkrb5-90241ce506e287110902affd4f01730d10586c02.tar.gz
krb5-90241ce506e287110902affd4f01730d10586c02.tar.xz
krb5-90241ce506e287110902affd4f01730d10586c02.zip
Don't include kdb.h from k5-int.h; instead, include it in the handful
of places where it's actually needed. Update dependencies. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@17898 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/plugins')
-rw-r--r--src/plugins/kdb/db2/kdb_xdr.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/plugins/kdb/db2/kdb_xdr.h b/src/plugins/kdb/db2/kdb_xdr.h
index 2ee068fbd5..bd01ead276 100644
--- a/src/plugins/kdb/db2/kdb_xdr.h
+++ b/src/plugins/kdb/db2/kdb_xdr.h
@@ -1,6 +1,8 @@
#ifndef _KDB2_XDR_H
#define _KDB2_XDR_H
+#include "kdb.h"
+
krb5_error_code
krb5_encode_princ_dbkey( krb5_context context,
krb5_data *key,