projects
/
krb5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f6d30d7
)
use relative pathnames to new location of error table headers
author
John Kohl
<jtkohl@mit.edu>
Thu, 25 Oct 1990 11:49:34 +0000
(11:49 +0000)
committer
John Kohl
<jtkohl@mit.edu>
Thu, 25 Oct 1990 11:49:34 +0000
(11:49 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1320
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 b5f3bdf0b5d66f8052e78b7adb975e08d696cc56..c168a1050d29eee686ed91526441237ec5fbbeb3 100644
(file)
--- a/
src/include/krb5/error_def.h
+++ b/
src/include/krb5/error_def.h
@@
-16,9
+16,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 "error_tables/krb5_err.h"
+#include "error_tables/kdb5_err.h"
+#include "error_tables/isode_err.h"
#include <errno.h>
#endif /* KRB5_ERROR_DEF__ */