Add _GNU_SOURCE to SameBoy/gb.c

This commit is contained in:
byuu
2019-07-25 05:01:10 +09:00
parent b637ae34fe
commit 73f0b7bb41

View File

@@ -1,3 +1,4 @@
#define _GNU_SOURCE
#include <stdio.h>
#include <stdbool.h>
#include <stdlib.h>