mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-01-30 04:14:43 +01:00
Include limits.h
This commit is contained in:
parent
5a0b93742c
commit
99af70ae59
|
|
@ -9,6 +9,7 @@
|
|||
#ifndef _WIN32
|
||||
#include <unistd.h>
|
||||
#include <libgen.h>
|
||||
#include <limits.h>
|
||||
|
||||
#ifdef __APPLE__
|
||||
#include <mach-o/dyld.h>
|
||||
|
|
|
|||
Loading…
Reference in a new issue