Felix Janda : dnsapi: stdio.h needs to be included for sprintf().
12 Jun
2014
12 Jun
'14
8:51 p.m.
Module: wine Branch: master Commit: 12e1ff956a058dc1860126f56bd28c052c1cdadf URL: http://source.winehq.org/git/wine.git/?a=commit;h=12e1ff956a058dc1860126f56b... Author: Felix Janda <felix.janda(a)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
4297
Age (days ago)
4297
Last active (days ago)
0 comments
1 participants
participants (1)
-
Alexandre Julliard