blob: 8d563739e0a75bb245cb31f45d8a44e2fc1eab96 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
Index: mod_auth_kerb-5.0-rc6/spnegokrb5/spnego_asn1.h
===================================================================
--- mod_auth_kerb-5.0-rc6.orig/spnegokrb5/spnego_asn1.h
+++ mod_auth_kerb-5.0-rc6/spnegokrb5/spnego_asn1.h
@@ -7,6 +7,8 @@
#include <stddef.h>
#include <time.h>
+#include "parse_units.h"
+
#ifndef __asn1_common_definitions__
#define __asn1_common_definitions__
|