diff --git a/lib/dns/include/dns/tcpmsg.h b/lib/dns/include/dns/tcpmsg.h index d7cff91514..040d4568ff 100644 --- a/lib/dns/include/dns/tcpmsg.h +++ b/lib/dns/include/dns/tcpmsg.h @@ -2,11 +2,12 @@ #define DNS_TCPMSG_H #include +#include typedef struct { /* private (don't touch!) */ unsigned int magic; - u_int16_t size; + isc_uint16_t size; isc_buffer_t buffer; unsigned int maxsize; isc_mem_t *mctx;