diff options
| author | Ken Raeburn <raeburn@mit.edu> | 2006-05-24 21:19:23 +0000 |
|---|---|---|
| committer | Ken Raeburn <raeburn@mit.edu> | 2006-05-24 21:19:23 +0000 |
| commit | 064ec564a8a14c5f41bd2bb966f2277728187baf (patch) | |
| tree | 72ab53c21bb021e667f8574807a2850eae7b5dbb /src/plugins/locate/python | |
| parent | b2039aad70e01a64cb8265b053f7b0b98935e81a (diff) | |
| download | krb5-064ec564a8a14c5f41bd2bb966f2277728187baf.tar.gz krb5-064ec564a8a14c5f41bd2bb966f2277728187baf.tar.xz krb5-064ec564a8a14c5f41bd2bb966f2277728187baf.zip | |
Rename locate.h to locate_plugin.h. Change references, update dependencies
ticket: 3784
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@18037 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/plugins/locate/python')
| -rw-r--r-- | src/plugins/locate/python/py-locate.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/locate/python/py-locate.c b/src/plugins/locate/python/py-locate.c index d555dca85..948e02818 100644 --- a/src/plugins/locate/python/py-locate.c +++ b/src/plugins/locate/python/py-locate.c @@ -67,7 +67,7 @@ #include "k5-platform.h" /* for init/fini macros */ #include "fake-addrinfo.h" -#include <krb5/locate.h> +#include <krb5/locate_plugin.h> #define LIBDIR "/tmp" /* should be imported from configure */ #define SCRIPT_PATH LIBDIR "/krb5/locate-service.py" |
