Commit 84e9eb65 authored by Hans Leidekker's avatar Hans Leidekker Committed by Alexandre Julliard

Include stdio.h for MinGW.

parent 09a81f8c
...@@ -23,6 +23,7 @@ ...@@ -23,6 +23,7 @@
#include "wine/port.h" #include "wine/port.h"
#include <stdarg.h> #include <stdarg.h>
#include <stdio.h>
#include <errno.h> #include <errno.h>
#define NONAMELESSUNION #define NONAMELESSUNION
......
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