From 064ec564a8a14c5f41bd2bb966f2277728187baf Mon Sep 17 00:00:00 2001 From: Ken Raeburn Date: Wed, 24 May 2006 21:19:23 +0000 Subject: 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 --- src/plugins/locate/python/py-locate.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/plugins/locate/python') 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 +#include #define LIBDIR "/tmp" /* should be imported from configure */ #define SCRIPT_PATH LIBDIR "/krb5/locate-service.py" -- cgit