projects
/
krb5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1e260b2
)
Fixed missing Mac#include
author
Miro Jurisic
<meeroh@mit.edu>
Fri, 26 Feb 1999 01:24:45 +0000
(
01:24
+0000)
committer
Miro Jurisic
<meeroh@mit.edu>
Fri, 26 Feb 1999 01:24:45 +0000
(
01:24
+0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11227
dc483132
-0cff-0310-8789-
dd5450dbe970
src/lib/krb5/os/ccdefname.c
patch
|
blob
|
history
diff --git
a/src/lib/krb5/os/ccdefname.c
b/src/lib/krb5/os/ccdefname.c
index 8abfdf681fbc4a038ebb39e54ef5c7f8a9e2f39e..18a7b998374b135290890c07decf26d0608a2665 100644
(file)
--- a/
src/lib/krb5/os/ccdefname.c
+++ b/
src/lib/krb5/os/ccdefname.c
@@
-28,6
+28,10
@@
#include "k5-int.h"
#include <stdio.h>
+#ifdef macintosh
+#include "Krb5Globals.h"
+#endif
+
#if defined(_WIN32)
static int get_from_registry(char *name_buf, int name_size)
{