From 7327f5a1029070b8bd25e668abb37795fa575f88 Mon Sep 17 00:00:00 2001 From: kouril Date: Tue, 15 Aug 2006 12:58:01 +0000 Subject: [PATCH] Better solution to the "array type has incomplete element type" problem --- spnegokrb5/spnego_asn1.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/spnegokrb5/spnego_asn1.h b/spnegokrb5/spnego_asn1.h index 86997ec..d185d84 100644 --- a/spnegokrb5/spnego_asn1.h +++ b/spnegokrb5/spnego_asn1.h @@ -4,6 +4,7 @@ #ifndef __spnego_asn1_h__ #define __spnego_asn1_h__ +#include #include #include @@ -99,9 +100,7 @@ size_t length_ContextFlags(const ContextFlags *); int copy_ContextFlags (const ContextFlags *, ContextFlags *); unsigned ContextFlags2int(ContextFlags); ContextFlags int2ContextFlags(unsigned); -/* XXX causes problem on some platforms extern struct units ContextFlags_units[]; -*/ /* NegTokenInit ::= SEQUENCE { -- 2.1.4