Include os-proto.h for _krb5_conf_boolean prototype before declaration
authorEzra Peisach <epeisach@mit.edu>
Wed, 30 Dec 2009 23:03:48 +0000 (23:03 +0000)
committerEzra 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

index 84485a8032ec7ed23efcda4687698d78ed6a9fef..7919a2de51e01d44258c0a0d20dd8c4e0704ac43 100644 (file)
@@ -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",