mirror of
https://github.com/libretro/neocd_libretro.git
synced 2024-11-27 02:20:38 +00:00
(libretro_log) Include <cstdio> - should hopefully fix PSL1GHT
compilation
This commit is contained in:
parent
2258687ad3
commit
b7228ae48c
@ -1,5 +1,6 @@
|
||||
#include <stdio.h>
|
||||
#include <cstdio>
|
||||
#include <cstdarg>
|
||||
#include <stdio.h>
|
||||
|
||||
#include "libretro_common.h"
|
||||
#include "libretro_log.h"
|
||||
|
Loading…
Reference in New Issue
Block a user