From: Ezra Peisach Date: Fri, 6 Jul 2001 17:16:36 +0000 (+0000) Subject: * get_in_tkt.c: Include os-proto.h for _krb5_conf_boolean prototype X-Git-Tag: krb5-1.3-alpha1~1230 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=847087659d02fe5382c3f02ab110527600861389;p=krb5.git * get_in_tkt.c: Include os-proto.h for _krb5_conf_boolean prototype * Makefile.in (LOCALINCLUDES): Add -I$(srcdir)/../os so os-proto.h can be included. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@13574 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/lib/krb5/krb/ChangeLog b/src/lib/krb5/krb/ChangeLog index 80fe6978e..0ff195f00 100644 --- a/src/lib/krb5/krb/ChangeLog +++ b/src/lib/krb5/krb/ChangeLog @@ -1,3 +1,10 @@ +2001-07-06 Ezra Peisach + + * get_in_tkt.c: Include os-proto.h for _krb5_conf_boolean prototype. + + * Makefile.in (LOCALINCLUDES): Add -I$(srcdir)/../os so os-proto.h + can be included. + 2001-06-29 Tom Yu * init_ctx.c (get_profile_etype_list): Fix etype-counting loop so diff --git a/src/lib/krb5/krb/Makefile.in b/src/lib/krb5/krb/Makefile.in index 3096d6af1..6ba2330a8 100644 --- a/src/lib/krb5/krb/Makefile.in +++ b/src/lib/krb5/krb/Makefile.in @@ -5,6 +5,8 @@ BUILDTOP=$(REL)$(U)$(S)$(U)$(S)$(U) RUN_SETUP = @KRB5_RUN_ENV@ PROG_LIBPATH=-L$(TOPLIBD) PROG_RPATH=$(KRB5_LIBDIR) +LOCALINCLUDES = -I$(srcdir)/../os + ##DOS##BUILDTOP = ..\..\.. ##DOS##PREFIXDIR=krb diff --git a/src/lib/krb5/krb/get_in_tkt.c b/src/lib/krb5/krb/get_in_tkt.c index 60701ff05..49e478980 100644 --- a/src/lib/krb5/krb/get_in_tkt.c +++ b/src/lib/krb5/krb/get_in_tkt.c @@ -31,6 +31,7 @@ #include "k5-int.h" #include "int-proto.h" +#include "os-proto.h" /* All-purpose initial ticket routine, usually called via