Util: Fix build
Vicki Pfau vi@endrift.com
Wed, 18 Jan 2017 23:53:07 -0800
1 files changed,
1 insertions(+),
1 deletions(-)
jump to
M
include/mgba-util/common.h
→
include/mgba-util/common.h
@@ -28,6 +28,7 @@ #include <stdint.h>
#include <stdio.h> #include <stdlib.h> #include <string.h> +#include <time.h> #ifdef _WIN32 // WinSock2 gets very angry if it's included too late@@ -36,7 +37,6 @@ #endif
#ifdef _MSC_VER #include <Windows.h> #include <sys/types.h> -#include <time.h> typedef intptr_t ssize_t; #define PATH_MAX MAX_PATH #define restrict __restrict