mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 16:36:33 +00:00
[SDK] Include stdio in wine/debug.h
Wine also has this, and they rely on it in some files
This commit is contained in:
parent
f1132155d9
commit
eefbf83462
1 changed files with 1 additions and 0 deletions
|
@ -22,6 +22,7 @@
|
|||
#define __WINE_DEBUG_H
|
||||
|
||||
#include <stdarg.h>
|
||||
#include <stdio.h>
|
||||
#include <windef.h>
|
||||
#ifndef GUID_DEFINED
|
||||
#include <guiddef.h>
|
||||
|
|
Loading…
Reference in a new issue