dnsapi: Fix a warning when building on Mingw.

This commit is contained in:
Alexandre Julliard 2012-01-23 12:01:28 +01:00
parent 292cb17ebb
commit bbb8d4f865

View file

@ -23,6 +23,7 @@
#include "wine/debug.h"
#include <stdarg.h>
#include <stdio.h>
#include <string.h>
#include <sys/types.h>