mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-28 13:28:01 +03:00
Removes need for sys/sysctl.h on linux
This commit is contained in:
parent
f0ab4b51dc
commit
1e108d97b2
1 changed files with 3 additions and 0 deletions
|
@ -13,6 +13,9 @@
|
|||
#include <errno.h>
|
||||
#include <unistd.h>
|
||||
#include <sys/types.h>
|
||||
#endif
|
||||
|
||||
#if !defined(__linux__) && !defined(_WIN32)
|
||||
#include <sys/sysctl.h>
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue