projects
/
krb5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
913be2d
)
Include os-proto.h for _krb5_conf_boolean prototype before declaration
author
Ezra Peisach
<epeisach@mit.edu>
Wed, 30 Dec 2009 23:03:48 +0000
(23:03 +0000)
committer
Ezra Peisach
<epeisach@mit.edu>
Wed, 30 Dec 2009 23:03:48 +0000
(23:03 +0000)
of function. (gcc warning)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@23547
dc483132
-0cff-0310-8789-
dd5450dbe970
src/lib/krb5/krb/libdef_parse.c
patch
|
blob
|
history
diff --git
a/src/lib/krb5/krb/libdef_parse.c
b/src/lib/krb5/krb/libdef_parse.c
index 84485a8032ec7ed23efcda4687698d78ed6a9fef..7919a2de51e01d44258c0a0d20dd8c4e0704ac43 100644
(file)
--- a/
src/lib/krb5/krb/libdef_parse.c
+++ b/
src/lib/krb5/krb/libdef_parse.c
@@
-30,6
+30,8
@@
*/
#include "k5-int.h"
#include "int-proto.h"
+/* For _krb5_conf_boolean prototype */
+#include "os-proto.h"
static const char *const conf_yes[] = {
"y", "yes", "true", "t", "1", "on",