aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexandra Ellwood <lxs@mit.edu>2001-10-29 19:46:21 +0000
committerAlexandra Ellwood <lxs@mit.edu>2001-10-29 19:46:21 +0000
commit32cb1d3dbad72f3fa6eee27f0c17a1aba46faf25 (patch)
tree4675872d40927c3d5ace8b7a288a6e8a46e0a6c6
parent16daed579a225cff6bb089e3470cd318e8289c3c (diff)
downloadkrb5-32cb1d3dbad72f3fa6eee27f0c17a1aba46faf25.zip
krb5-32cb1d3dbad72f3fa6eee27f0c17a1aba46faf25.tar.gz
krb5-32cb1d3dbad72f3fa6eee27f0c17a1aba46faf25.tar.bz2
Added #include to get error table name
git-svn-id: svn://anonsvn.mit.edu/krb5/branches/krb5-1-2@13876 dc483132-0cff-0310-8789-dd5450dbe970
-rw-r--r--src/mac/ProfileLib.CFM.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mac/ProfileLib.CFM.c b/src/mac/ProfileLib.CFM.c
index c808e56..12d58e4 100644
--- a/src/mac/ProfileLib.CFM.c
+++ b/src/mac/ProfileLib.CFM.c
@@ -17,6 +17,7 @@
*/
#include "profile.h"
+#include "prof_err.h"
#if TARGET_RT_MAC_CFM
#include <CodeFragments.h>