mirror of https://github.com/bsnes-emu/bsnes.git
Add _GNU_SOURCE to SameBoy/gb.c
This commit is contained in:
parent
b637ae34fe
commit
73f0b7bb41
|
@ -1,3 +1,4 @@
|
|||
#define _GNU_SOURCE
|
||||
#include <stdio.h>
|
||||
#include <stdbool.h>
|
||||
#include <stdlib.h>
|
||||
|
|
Loading…
Reference in New Issue