Module: wine Branch: master Commit: 12e1ff956a058dc1860126f56bd28c052c1cdadf URL: http://source.winehq.org/git/wine.git/?a=commit;h=12e1ff956a058dc1860126f56b...
Author: Felix Janda felix.janda@posteo.de Date: Tue Jun 3 22:33:27 2014 +0200
dnsapi: stdio.h needs to be included for sprintf().
---
dlls/dnsapi/query.c | 1 + 1 file changed, 1 insertion(+)
diff --git a/dlls/dnsapi/query.c b/dlls/dnsapi/query.c index b1d80dd..578239e 100644 --- a/dlls/dnsapi/query.c +++ b/dlls/dnsapi/query.c @@ -24,6 +24,7 @@
#include <stdarg.h> #include <string.h> +#include <stdio.h> #include <sys/types.h>
#ifdef HAVE_NETINET_IN_H