dnsproxy-test.c uses fprintf() so include stdio.h.
Signed-off-by: Ross Burton <ross.burton(a)intel.com>
---
tools/dnsproxy-test.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/tools/dnsproxy-test.c b/tools/dnsproxy-test.c
index 551cae91..371e2e23 100644
--- a/tools/dnsproxy-test.c
+++ b/tools/dnsproxy-test.c
@@ -24,6 +24,7 @@
#endif
#include <errno.h>
+#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
--
2.11.0