include unistd

This commit is contained in:
radius 2017-10-09 19:53:07 -05:00
parent 18b376ac5f
commit 8d691563c7
1 changed files with 1 additions and 0 deletions

View File

@ -9,6 +9,7 @@
#ifndef _WIN32
#include <sys/select.h>
#endif
#include <unistd.h>
#include "gb.h"
void GB_attributed_logv(GB_gameboy_t *gb, GB_log_attributes attributes, const char *fmt, va_list args)