summaryrefslogtreecommitdiffstats
path: root/src/plugins/locate/python
diff options
context:
space:
mode:
authorKen Raeburn <raeburn@mit.edu>2006-05-23 00:33:57 +0000
committerKen Raeburn <raeburn@mit.edu>2006-05-23 00:33:57 +0000
commitd3e8460cb726c7f95019e478fe5c8d71548afc09 (patch)
tree547059e0ba88973814c363616d38184ea28f2ee1 /src/plugins/locate/python
parentb8b90a60b03ead3b8be48012749aa35d4e1811f9 (diff)
downloadkrb5-d3e8460cb726c7f95019e478fe5c8d71548afc09.tar.gz
krb5-d3e8460cb726c7f95019e478fe5c8d71548afc09.tar.xz
krb5-d3e8460cb726c7f95019e478fe5c8d71548afc09.zip
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
Diffstat (limited to 'src/plugins/locate/python')
-rw-r--r--src/plugins/locate/python/py-locate.c3
1 files changed, 2 insertions, 1 deletions
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 <autoconf.h>
#include <errno.h>
-#include "k5-int.h"
+#include "k5-platform.h" /* for init/fini macros */
+#include "fake-addrinfo.h"
#include <krb5/locate.h>