From 153e766edf437298688c2d1ee25990f36da08bc0 Mon Sep 17 00:00:00 2001 From: Jim Hague Date: Tue, 27 Nov 2018 18:04:14 +0000 Subject: [PATCH] tls.h uses struct mem_funcs in types-internal.h. --- src/tls.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/tls.h b/src/tls.h index 7a98a140..d475ee53 100644 --- a/src/tls.h +++ b/src/tls.h @@ -36,6 +36,8 @@ #include "getdns/getdns.h" +#include "types-internal.h" + #include "tls-internal.h" /* Forward declare type. */