summaryrefslogtreecommitdiffstats
path: root/src/slave
diff options
context:
space:
mode:
authorKen Raeburn <raeburn@mit.edu>2011-07-01 03:26:58 +0000
committerKen Raeburn <raeburn@mit.edu>2011-07-01 03:26:58 +0000
commit7b9d34cb51259d9904b9b11a83d4a641b355f3b5 (patch)
treeae045a0a7f572ffcbe4e967c004e5ab118ed5a7e /src/slave
parenta4191ed7882f8991bbbfb4359a609fd7d39accaf (diff)
downloadkrb5-7b9d34cb51259d9904b9b11a83d4a641b355f3b5.tar.gz
krb5-7b9d34cb51259d9904b9b11a83d4a641b355f3b5.tar.xz
krb5-7b9d34cb51259d9904b9b11a83d4a641b355f3b5.zip
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
Diffstat (limited to 'src/slave')
-rw-r--r--src/slave/kprop.c1
-rw-r--r--src/slave/kpropd.c1
2 files changed, 2 insertions, 0 deletions
diff --git a/src/slave/kprop.c b/src/slave/kprop.c
index 1c2a93b175..473f9f23a6 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 1c93a05993..73e8da93ed 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 <errno.h>
#include "kprop.h"