Include k5-platform.h and fake-addrinfo.h, but not k5-int.h
authorKen Raeburn <raeburn@mit.edu>
Tue, 23 May 2006 00:33:57 +0000 (00:33 +0000)
committerKen Raeburn <raeburn@mit.edu>
Tue, 23 May 2006 00:33:57 +0000 (00:33 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@18032 dc483132-0cff-0310-8789-dd5450dbe970

src/plugins/locate/python/py-locate.c

index 03c70a62bb291353d881d69c315049ceb1de462b..54f87036da39cc8aa7e8919dd2af76553befe686 100644 (file)
@@ -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>