From 8d691563c76f86f0035ec02ab9a1eb6847061bc7 Mon Sep 17 00:00:00 2001 From: radius Date: Mon, 9 Oct 2017 19:53:07 -0500 Subject: [PATCH] include unistd --- Core/gb.c | 1 + 1 file changed, 1 insertion(+) diff --git a/Core/gb.c b/Core/gb.c index 5101050..cc13061 100755 --- a/Core/gb.c +++ b/Core/gb.c @@ -9,6 +9,7 @@ #ifndef _WIN32 #include #endif +#include #include "gb.h" void GB_attributed_logv(GB_gameboy_t *gb, GB_log_attributes attributes, const char *fmt, va_list args)