Fix type warning on Windows.

This commit is contained in:
Jim Hague 2019-10-15 16:56:34 +01:00
parent e45f569603
commit a2d09d2be5
1 changed files with 1 additions and 1 deletions

View File

@ -1357,7 +1357,7 @@ void read_line_cb(void *userarg)
typedef struct dns_msg {
getdns_transaction_t request_id;
getdns_dict *request;
uint32_t rt;
getdns_resolution_t rt;
uint32_t ad_bit;
uint32_t do_bit;
uint32_t cd_bit;