blob: 1c6dd8e051676124a17c42c9d08ce89cc6aa9748 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- krb5-1.11.3.orig/src/include/k5-int.h 2013-06-03 23:39:43.000000000 +0200
+++ krb5-1.11.3/src/include/k5-int.h 2013-08-14 14:05:17.000000000 +0200
@@ -1156,7 +1156,7 @@ void k5_free_pa_otp_challenge(krb5_conte
void k5_free_pa_otp_req(krb5_context context, krb5_pa_otp_req *val);
/* #include "krb5/wordsize.h" -- comes in through base-defs.h. */
-#include "com_err.h"
+#include <et/com_err.h>
#include "k5-plugin.h"
#include <krb5/authdata_plugin.h>
|