aboutsummaryrefslogtreecommitdiff
path: root/src/lib/krb5/krb/bld_princ.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/krb5/krb/bld_princ.c')
-rw-r--r--src/lib/krb5/krb/bld_princ.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/lib/krb5/krb/bld_princ.c b/src/lib/krb5/krb/bld_princ.c
index b82c43a..6d1048e 100644
--- a/src/lib/krb5/krb/bld_princ.c
+++ b/src/lib/krb5/krb/bld_princ.c
@@ -24,9 +24,8 @@
* Build a principal from a list of strings
*/
-
/* Need <krb5/config.h> for STDARG_PROTOTYPES */
-#include <krb5/krb5.h>
+#include "k5-int.h"
#if __STDC__ || defined(STDARG_PROTOTYPES)
#include <stdarg.h>
@@ -34,8 +33,6 @@
#include <varargs.h>
#endif
-#include <krb5/ext-proto.h>
-
krb5_error_code INTERFACE_C
krb5_build_principal_va(context, princ, rlen, realm, ap)
krb5_context context;