freetdm: fix win compilation

This commit is contained in:
Moises Silva 2010-09-20 18:19:33 -04:00
parent 184f395553
commit 5e3377c7a4

View File

@ -376,7 +376,7 @@ struct ftdm_iterator {
unsigned int allocated:1; unsigned int allocated:1;
union { union {
struct { struct {
int32_t index; uint32_t index;
const ftdm_span_t *span; const ftdm_span_t *span;
} chaniter; } chaniter;
ftdm_hash_iterator_t *hashiter; ftdm_hash_iterator_t *hashiter;