[SDK] Include stdio in wine/debug.h

Wine also has this, and they rely on it in some files
This commit is contained in:
Mark Jansen 2022-03-13 18:46:30 +01:00
parent f1132155d9
commit eefbf83462
No known key found for this signature in database
GPG key ID: B39240EE84BEAE8B

View file

@ -22,6 +22,7 @@
#define __WINE_DEBUG_H
#include <stdarg.h>
#include <stdio.h>
#include <windef.h>
#ifndef GUID_DEFINED
#include <guiddef.h>