mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-06-06 14:43:20 +00:00
cpuinfo: Include unistd.h for getpagesize() support, too.
This commit is contained in:
parent
9edee716d8
commit
6ab212bd13
1 changed files with 1 additions and 1 deletions
|
|
@ -29,7 +29,7 @@
|
|||
|
||||
// CPU feature detection for SDL
|
||||
|
||||
#ifdef HAVE_SYSCONF
|
||||
#if defined(HAVE_SYSCONF) || defined(HAVE_GETPAGESIZE)
|
||||
#include <unistd.h>
|
||||
#endif
|
||||
#ifdef HAVE_SYSCTLBYNAME
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue