Commit 0547c0d2 authored by Felix Janda's avatar Felix Janda Committed by Alexandre Julliard

iphlpapi: stdio.h needs to be included for sprintf().

parent 12e1ff95
......@@ -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>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment