summaryrefslogtreecommitdiffstats
path: root/src/include/krb5.h
diff options
context:
space:
mode:
authorJohn Gilmore <gnu@toad.com>1995-03-29 02:14:16 +0000
committerJohn Gilmore <gnu@toad.com>1995-03-29 02:14:16 +0000
commit40d4d028d69f6486a0cd0bdd6799123f11964068 (patch)
tree42a2c7295154d2d47c5c2fab1468f5b9bc72fafe /src/include/krb5.h
parentc2fb281de3dcbc03e65a33cbb05adaaef5b3f45a (diff)
downloadkrb5-40d4d028d69f6486a0cd0bdd6799123f11964068.tar.gz
krb5-40d4d028d69f6486a0cd0bdd6799123f11964068.tar.xz
krb5-40d4d028d69f6486a0cd0bdd6799123f11964068.zip
* Makefile.in (KRB5_HEADERS, install): `Make install' now works.
* configure.in (WITH_KRB5ROOT): For `make install'. * krb5.h: Include "k5-errors.h" rather than "errors.h". git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5294 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/include/krb5.h')
-rw-r--r--src/include/krb5.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/krb5.h b/src/include/krb5.h
index 64ef7da22..f322bac9c 100644
--- a/src/include/krb5.h
+++ b/src/include/krb5.h
@@ -44,7 +44,7 @@ typedef struct _krb5_auth_context krb5_auth_context;
#include "encryption.h"
#include "fieldbits.h"
-#include "errors.h"
+#include "k5-errors.h"
#include "proto.h"
#include "macros.h"
#include "error_def.h"