mirror of
https://github.com/libretro/RetroArch
synced 2025-03-29 22:20:21 +00:00
(gl_common.c) Add HAVE_CONFIG_H
This commit is contained in:
parent
b5190b3662
commit
efe34f52af
@ -15,6 +15,10 @@
|
||||
* If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "../../config.h"
|
||||
#endif
|
||||
|
||||
#include <glsym/glsym.h>
|
||||
|
||||
void gl_flush(void)
|
||||
|
Loading…
x
Reference in New Issue
Block a user