blob: 080fa556aac432f22ad722133af21f326602bf5c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
diff -Naur heimdal-1.3.1-old/lib/krb5/locate_plugin.h heimdal-1.3.1/lib/krb5/locate_plugin.h
--- heimdal-1.3.1-old/lib/krb5/locate_plugin.h 2009-11-22 01:41:51.000000000 +1000
+++ heimdal-1.3.1/lib/krb5/locate_plugin.h 2009-11-25 15:04:30.000000000 +1000
@@ -36,6 +36,8 @@
#ifndef HEIMDAL_KRB5_LOCATE_PLUGIN_H
#define HEIMDAL_KRB5_LOCATE_PLUGIN_H 1
+#include <krb5.h>
+
#define KRB5_PLUGIN_LOCATE "service_locator"
enum locate_service_type {
|