diff options
author | Leonardo Arena <rnalrd@gmail.com> | 2010-01-21 11:04:34 +0000 |
---|---|---|
committer | Leonardo Arena <rnalrd@gmail.com> | 2010-01-21 11:04:34 +0000 |
commit | 0878c7c9f7adecf5c0933740856c3603363006f7 (patch) | |
tree | f0277804c11e4cb5b91c9c7edf642771d2b3f7e0 /main/heimdal/heimdal-locate_plugin-header.patch | |
parent | 92793b90c3056ac2e328d74b44ae5da14eb9a4a3 (diff) | |
download | aports-0878c7c9f7adecf5c0933740856c3603363006f7.tar.bz2 aports-0878c7c9f7adecf5c0933740856c3603363006f7.tar.xz |
main/heimdal: update to v1.3.1
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 0000000000..080fa556aa --- /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 { |