From bbb8d4f865be68f9c6aa3f3a9f5ab9b87a411e94 Mon Sep 17 00:00:00 2001 From: Alexandre Julliard Date: Mon, 23 Jan 2012 12:01:28 +0100 Subject: [PATCH] dnsapi: Fix a warning when building on Mingw. --- dlls/dnsapi/record.c | 1 + 1 file changed, 1 insertion(+) diff --git a/dlls/dnsapi/record.c b/dlls/dnsapi/record.c index ae313166f67..fbdcae78d13 100644 --- a/dlls/dnsapi/record.c +++ b/dlls/dnsapi/record.c @@ -23,6 +23,7 @@ #include "wine/debug.h" #include +#include #include #include -- 2.11.4.GIT