mirror of
https://github.com/bsnes-emu/bsnes.git
synced 2025-08-30 08:10:02 +02:00
Fix compiler error
This commit is contained in:
@@ -5,8 +5,8 @@
|
|||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
#include <stdarg.h>
|
#include <stdarg.h>
|
||||||
|
#include <sys/time.h>
|
||||||
#ifndef _WIN32
|
#ifndef _WIN32
|
||||||
#include <unistd.h>
|
|
||||||
#include <sys/select.h>
|
#include <sys/select.h>
|
||||||
#endif
|
#endif
|
||||||
#include "gb.h"
|
#include "gb.h"
|
||||||
|
Reference in New Issue
Block a user