1
0
mirror of https://github.com/RPCS3/rpcs3.git synced 2024-11-25 20:22:30 +01:00

Include limits.h

This commit is contained in:
Megamouse 2021-05-27 20:28:21 +02:00
parent 5a0b93742c
commit 99af70ae59

View File

@ -9,6 +9,7 @@
#ifndef _WIN32
#include <unistd.h>
#include <libgen.h>
#include <limits.h>
#ifdef __APPLE__
#include <mach-o/dyld.h>