projects
/
krb5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4ce4ce4
)
Change include path from "error_tables/foo" to <krb5/foo>
author
John Carr
<jfc@mit.edu>
Sun, 23 Feb 1992 12:06:45 +0000
(12:06 +0000)
committer
John Carr
<jfc@mit.edu>
Sun, 23 Feb 1992 12:06:45 +0000
(12:06 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@2213
dc483132
-0cff-0310-8789-
dd5450dbe970
src/include/krb5/error_def.h
patch
|
blob
|
history
diff --git
a/src/include/krb5/error_def.h
b/src/include/krb5/error_def.h
index 6498513ffa58970d3450ce6e26483ca4c5c03298..0bb081781e652a7941853dac4511b4bdf26c3e36 100644
(file)
--- a/
src/include/krb5/error_def.h
+++ b/
src/include/krb5/error_def.h
@@
-30,9
+30,9
@@
#ifndef KRB5_ERROR_DEF__
#define KRB5_ERROR_DEF__
-#include
"error_tables/krb5_err.h"
-#include
"error_tables/kdb5_err.h"
-#include
"error_tables/isode_err.h"
+#include
<krb5/krb5_err.h>
+#include
<krb5/kdb5_err.h>
+#include
<krb5/isode_err.h>
#include <errno.h>
#endif /* KRB5_ERROR_DEF__ */