dnsapi: stdio.h needs to be included for sprintf().

This commit is contained in:
Felix Janda 2014-06-03 22:33:27 +02:00 committed by Alexandre Julliard
parent e3faab267c
commit 12e1ff956a

View file

@ -24,6 +24,7 @@
#include <stdarg.h>
#include <string.h>
#include <stdio.h>
#include <sys/types.h>
#ifdef HAVE_NETINET_IN_H