From d3e8460cb726c7f95019e478fe5c8d71548afc09 Mon Sep 17 00:00:00 2001 From: Ken Raeburn Date: Tue, 23 May 2006 00:33:57 +0000 Subject: Include k5-platform.h and fake-addrinfo.h, but not k5-int.h git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@18032 dc483132-0cff-0310-8789-dd5450dbe970 --- src/plugins/locate/python/py-locate.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/plugins/locate/python') diff --git a/src/plugins/locate/python/py-locate.c b/src/plugins/locate/python/py-locate.c index 03c70a62b..54f87036d 100644 --- a/src/plugins/locate/python/py-locate.c +++ b/src/plugins/locate/python/py-locate.c @@ -64,7 +64,8 @@ #endif #include #include -#include "k5-int.h" +#include "k5-platform.h" /* for init/fini macros */ +#include "fake-addrinfo.h" #include -- cgit