From: Ken Raeburn Date: Fri, 1 Jul 2011 03:26:58 +0000 (+0000) Subject: Always include fake-addrinfo.h when using getaddrinfo and friends X-Git-Tag: krb5-1.10-alpha1~364 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=7b9d34cb51259d9904b9b11a83d4a641b355f3b5;p=krb5.git Always include fake-addrinfo.h when using getaddrinfo and friends git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@25011 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/slave/kprop.c b/src/slave/kprop.c index 1c2a93b17..473f9f23a 100644 --- a/src/slave/kprop.c +++ b/src/slave/kprop.c @@ -41,6 +41,7 @@ #include "k5-int.h" #include "com_err.h" +#include "fake-addrinfo.h" #include "kprop.h" #ifndef GETSOCKNAME_ARG3_TYPE diff --git a/src/slave/kpropd.c b/src/slave/kpropd.c index 1c93a0599..73e8da93e 100644 --- a/src/slave/kpropd.c +++ b/src/slave/kpropd.c @@ -79,6 +79,7 @@ #include "k5-int.h" #include "com_err.h" +#include "fake-addrinfo.h" #include #include "kprop.h"