mirror of
https://github.com/libretro/RetroArch
synced 2025-03-20 10:20:51 +00:00
Merge pull request #981 from lioncash/include
retroarch_logger: Include header stdio.h
This commit is contained in:
commit
59546e6f34
@ -18,6 +18,7 @@
|
||||
#define __RARCH_LOGGER_H
|
||||
|
||||
#include <stdarg.h>
|
||||
#include <stdio.h>
|
||||
|
||||
#if defined(RARCH_DUMMY_LOG)
|
||||
#define LOG_FILE (stderr)
|
||||
|
Loading…
x
Reference in New Issue
Block a user