mirror of
https://github.com/libretro/RetroArch
synced 2025-03-03 04:14:00 +00:00
Add HAVE_CONFIG_H to nbio_intf.c
This commit is contained in:
parent
679275857f
commit
0485bab0ef
@ -23,6 +23,10 @@
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "config.h"
|
||||
#endif
|
||||
|
||||
#include <file/nbio.h>
|
||||
|
||||
extern nbio_intf_t nbio_linux;
|
||||
|
Loading…
x
Reference in New Issue
Block a user