mirror of
https://github.com/libretro/RetroArch
synced 2025-03-21 04:21:13 +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
|
#define __RARCH_LOGGER_H
|
||||||
|
|
||||||
#include <stdarg.h>
|
#include <stdarg.h>
|
||||||
|
#include <stdio.h>
|
||||||
|
|
||||||
#if defined(RARCH_DUMMY_LOG)
|
#if defined(RARCH_DUMMY_LOG)
|
||||||
#define LOG_FILE (stderr)
|
#define LOG_FILE (stderr)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user