From 332d9b3837c2289313bb93aa7d9e955900c13660 Mon Sep 17 00:00:00 2001 From: Bob Halley Date: Tue, 13 Jul 1999 19:42:25 +0000 Subject: [PATCH] use isc_uint16_t, not u_int16_t --- lib/dns/include/dns/tcpmsg.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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;