iphlpapi: 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 12e1ff956a
commit 0547c0d236

View file

@ -22,6 +22,7 @@
#include <stdarg.h>
#include <stdlib.h>
#include <stdio.h>
#include <sys/types.h>
#ifdef HAVE_NETINET_IN_H
# include <netinet/in.h>