diff options
author | Ken Raeburn <raeburn@mit.edu> | 2006-05-23 00:33:57 +0000 |
---|---|---|
committer | Ken Raeburn <raeburn@mit.edu> | 2006-05-23 00:33:57 +0000 |
commit | d3e8460cb726c7f95019e478fe5c8d71548afc09 (patch) | |
tree | 547059e0ba88973814c363616d38184ea28f2ee1 /src/plugins/locate/python | |
parent | b8b90a60b03ead3b8be48012749aa35d4e1811f9 (diff) | |
download | krb5-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.c | 3 |
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> |