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/ChangeLog4
-rw-r--r--src/plugins/locate/python/py-locate.c2
2 files changed, 5 insertions, 1 deletions
diff --git a/src/plugins/locate/python/ChangeLog b/src/plugins/locate/python/ChangeLog
index 6824a2945e..897919e110 100644
--- a/src/plugins/locate/python/ChangeLog
+++ b/src/plugins/locate/python/ChangeLog
@@ -1,3 +1,7 @@
+2006-03-07 Ken Raeburn <raeburn@mit.edu>
+
+ * py-locate.c: Include k5-locate.h instead of k5-plugin.h.
+
2006-03-06 Ken Raeburn <raeburn@mit.edu>
* Makefile.in, configure.in, py-locate.c, python.exports,
diff --git a/src/plugins/locate/python/py-locate.c b/src/plugins/locate/python/py-locate.c
index a315e35552..548210a6bd 100644
--- a/src/plugins/locate/python/py-locate.c
+++ b/src/plugins/locate/python/py-locate.c
@@ -66,7 +66,7 @@
#include <errno.h>
#include "k5-int.h"
-#include "k5-plugin.h"
+#include "k5-locate.h"
#define LIBDIR "/tmp" /* should be imported from configure */
#define SCRIPT_PATH LIBDIR "/krb5/locate-service.py"