gresolv.c uses snprintf() so include stdio.h.
Signed-off-by: Ross Burton <ross.burton(a)intel.com>
---
gweb/gresolv.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/gweb/gresolv.c b/gweb/gresolv.c
index 81c79b6c..38a554e0 100644
--- a/gweb/gresolv.c
+++ b/gweb/gresolv.c
@@ -28,6 +28,7 @@
#include <stdarg.h>
#include <string.h>
#include <stdlib.h>
+#include <stdio.h>
#include <resolv.h>
#include <sys/types.h>
#include <sys/socket.h>
--
2.11.0