diff options
Diffstat (limited to 'main/heimdal/heimdal-locate_plugin-header.patch')
-rw-r--r-- | main/heimdal/heimdal-locate_plugin-header.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/main/heimdal/heimdal-locate_plugin-header.patch b/main/heimdal/heimdal-locate_plugin-header.patch new file mode 100644 index 000000000..080fa556a --- /dev/null +++ b/main/heimdal/heimdal-locate_plugin-header.patch @@ -0,0 +1,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 { |