And another little typedef fix

This commit is contained in:
Willem Toorop 2013-11-03 16:08:28 -08:00
parent abd82025f6
commit 2d1ad47f07
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ struct getdns_list {
int numalloc;
int numinuse;
struct getdns_list_item *items;
} getdns_list;
};
#endif