[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-20 19:28:22 +01:00
parent f1132155d9
commit eefbf83462
+1
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>