GB: Fix localtime_r warning on Windows
Jeffrey Pfau jeffrey@endrift.com
Thu, 15 Sep 2016 10:27:30 -0700
1 files changed,
2 insertions(+),
0 deletions(-)
jump to
M
src/gb/mbc.c
→
src/gb/mbc.c
@@ -7,6 +7,8 @@ #include "mbc.h"
#include "gb/gb.h" #include "gb/memory.h" +#include "gb/memory.h" +#include "util/formatting.h" #include <time.h>