From f71fa2f4028db82bf512f0fc4bff0557748728e0 Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Fri, 19 Jun 2015 23:40:23 -0700 Subject: [PATCH] Android has clock_gettime() - thanks Michael Labbe! --- include/SDL_config_android.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/SDL_config_android.h b/include/SDL_config_android.h index 1d2b1ae1fe555..8d5f1e5f2cf7b 100644 --- a/include/SDL_config_android.h +++ b/include/SDL_config_android.h @@ -104,6 +104,7 @@ #define HAVE_SETJMP 1 #define HAVE_NANOSLEEP 1 #define HAVE_SYSCONF 1 +#define HAVE_CLOCK_GETTIME 1 #define SIZEOF_VOIDP 4