mirror of
https://github.com/libretro/RetroArch.git
synced 2025-04-02 10:51:52 -04:00
Add HAVE_CONFIG_H to file_stream.c
This commit is contained in:
parent
0485bab0ef
commit
72fdfb1edd
1 changed files with 4 additions and 0 deletions
|
@ -25,6 +25,10 @@
|
|||
#include <string.h>
|
||||
#include <errno.h>
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "config.h"
|
||||
#endif
|
||||
|
||||
#if defined(_WIN32)
|
||||
# ifdef _MSC_VER
|
||||
# define setmode _setmode
|
||||
|
|
Loading…
Add table
Reference in a new issue