summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2018-10-03 11:51:39 +0100
committerDaniel Wagner <wagi@monom.org>2018-10-08 08:29:14 +0200
commitbd1326ba7d68df38c5ccaafd2403a5fb30bd452b (patch)
treefe64f2ab73c041c272a78ef5248ac0f329578998 /tools
parentdd9b7fc012432970e563ca4f3efce10f5314c864 (diff)
downloadconnman-bd1326ba7d68df38c5ccaafd2403a5fb30bd452b.tar.gz
tools: Add missing include of stdio.h
dnsproxy-test.c uses fprintf() so include stdio.h.
Diffstat (limited to 'tools')
-rw-r--r--tools/dnsproxy-test.c1
1 files changed, 1 insertions, 0 deletions
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>