Alexandre Julliard : dnsapi: Fix a warning when building on Mingw.

Alexandre Julliard julliard at winehq.org
Mon Jan 23 13:01:04 CST 2012


Module: wine
Branch: master
Commit: bbb8d4f865be68f9c6aa3f3a9f5ab9b87a411e94
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=bbb8d4f865be68f9c6aa3f3a9f5ab9b87a411e94

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Mon Jan 23 12:01:28 2012 +0100

dnsapi: Fix a warning when building on Mingw.

---

 dlls/dnsapi/record.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/dlls/dnsapi/record.c b/dlls/dnsapi/record.c
index ae31316..fbdcae7 100644
--- a/dlls/dnsapi/record.c
+++ b/dlls/dnsapi/record.c
@@ -23,6 +23,7 @@
 #include "wine/debug.h"
 
 #include <stdarg.h>
+#include <stdio.h>
 #include <string.h>
 #include <sys/types.h>
 




More information about the wine-cvs mailing list