Dereferencing pointer to incomplete type

Fermé
aya - 31 mai 2011 à 14:15
Bonjour,

il s'agit de manipulation d'arbre 2_3, l'arbre est définie comme suit:

struct abr{
int L;
int M;
struct abr * flis[3];};
typedef struct abr ABR;


la ligne qui génère l'erreur(dereferencing pointer to incomplete type) est la suivante:

if(!A->fils[0]->fils[0])


C'est très urgent >_<,
merci