Module: wine Branch: master Commit: bbb8d4f865be68f9c6aa3f3a9f5ab9b87a411e94 URL: http://source.winehq.org/git/wine.git/?a=commit;h=bbb8d4f865be68f9c6aa3f3a9f...
Author: Alexandre Julliard julliard@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>