summaryrefslogtreecommitdiffstats
path: root/src/plugins/locate/python
diff options
context:
space:
mode:
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>