Include stdio.h for MinGW.

This commit is contained in:
Hans Leidekker 2004-10-11 19:53:13 +00:00 committed by Alexandre Julliard
parent 09a81f8c3f
commit 84e9eb65af

View file

@ -23,6 +23,7 @@
#include "wine/port.h"
#include <stdarg.h>
#include <stdio.h>
#include <errno.h>
#define NONAMELESSUNION