diff --git a/deps/rcheevos/src/rc_compat.c b/deps/rcheevos/src/rc_compat.c index e3e6371605..9477c79cf7 100644 --- a/deps/rcheevos/src/rc_compat.c +++ b/deps/rcheevos/src/rc_compat.c @@ -3,6 +3,10 @@ #include #include +#if defined(_3DS) && !defined(_POSIX_THREADS) +#include <../rthreads/ctr_pthread.h> +#endif + #ifdef RC_C89_HELPERS int rc_strncasecmp(const char* left, const char* right, size_t length)