From d0b0dbca7e813d55438316d1d567a1feb9c8269d Mon Sep 17 00:00:00 2001 From: Francis Dupont Date: Sat, 23 May 2015 16:14:16 +0200 Subject: [PATCH] finished print.h stuff --- lib/dns/keytable.c | 1 + lib/dns/tests/gost_test.c | 1 + 2 files changed, 2 insertions(+) diff --git a/lib/dns/keytable.c b/lib/dns/keytable.c index 29f129ffbf..2ed49ffd31 100644 --- a/lib/dns/keytable.c +++ b/lib/dns/keytable.c @@ -22,6 +22,7 @@ #include #include +#include #include #include /* Required for HP/UX (and others?) */ #include diff --git a/lib/dns/tests/gost_test.c b/lib/dns/tests/gost_test.c index b9cb4276c3..7fca0a6d36 100644 --- a/lib/dns/tests/gost_test.c +++ b/lib/dns/tests/gost_test.c @@ -26,6 +26,7 @@ #include #include +#include #include #include "dnstest.h"