summaryrefslogtreecommitdiff
path: root/package/krb5/patches/patch-src_lib_krb5_krb5_libinit_c
diff options
context:
space:
mode:
Diffstat (limited to 'package/krb5/patches/patch-src_lib_krb5_krb5_libinit_c')
-rw-r--r--package/krb5/patches/patch-src_lib_krb5_krb5_libinit_c11
1 files changed, 11 insertions, 0 deletions
diff --git a/package/krb5/patches/patch-src_lib_krb5_krb5_libinit_c b/package/krb5/patches/patch-src_lib_krb5_krb5_libinit_c
new file mode 100644
index 000000000..30f9e9e3a
--- /dev/null
+++ b/package/krb5/patches/patch-src_lib_krb5_krb5_libinit_c
@@ -0,0 +1,11 @@
+--- krb5-1.9.orig/src/lib/krb5/krb5_libinit.c 2010-09-29 23:38:26.000000000 +0200
++++ krb5-1.9/src/lib/krb5/krb5_libinit.c 2011-01-30 23:10:08.000000000 +0100
+@@ -2,7 +2,7 @@
+ #include <assert.h>
+
+ #include "autoconf.h"
+-#include "com_err.h"
++#include <et/com_err.h>
+ #include "k5-int.h"
+
+ #if defined(_WIN32) || defined(USE_CCAPI)