From: kouril Date: Tue, 15 Aug 2006 12:58:01 +0000 (+0000) Subject: Better solution to the "array type has incomplete element type" problem X-Git-Tag: v5.0~2 X-Git-Url: http://www.project-moonshot.org/gitweb/?p=mod_auth_kerb.cvs%2F.git;a=commitdiff_plain;h=7327f5a1029070b8bd25e668abb37795fa575f88 Better solution to the "array type has incomplete element type" problem --- 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 {