https://git.reactos.org/?p=reactos.git;a=commitdiff;h=eefbf83462cfffe46140f…
commit eefbf83462cfffe46140f092ab51f447b72b3ba9
Author: Mark Jansen <mark.jansen(a)reactos.org>
AuthorDate: Sun Mar 13 18:46:30 2022 +0100
Commit: Mark Jansen <mark.jansen(a)reactos.org>
CommitDate: Sun Mar 20 19:28:22 2022 +0100
[SDK] Include stdio in wine/debug.h
Wine also has this, and they rely on it in some files
---
sdk/include/reactos/wine/debug.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/sdk/include/reactos/wine/debug.h b/sdk/include/reactos/wine/debug.h
index 35aefc9852b..fc39141a83d 100644
--- a/sdk/include/reactos/wine/debug.h
+++ b/sdk/include/reactos/wine/debug.h
@@ -22,6 +22,7 @@
#define __WINE_DEBUG_H
#include <stdarg.h>
+#include <stdio.h>
#include <windef.h>
#ifndef GUID_DEFINED
#include <guiddef.h>