mirror of
https://github.com/minetest/irrlicht.git
synced 2025-02-22 13:50:25 +01:00
Fix compilation warning
/usr/include/sys/sysctl.h:21:2: attention: #warning 'The <sys/sysctl.h> header is deprecated and will be removed.' [-Wcpp] 21 | #warning 'The <sys/sysctl.h> header is deprecated and will be removed.'
This commit is contained in:
parent
6fe86df4b3
commit
1dbebc0a0c
@ -13,7 +13,7 @@
|
||||
#include <unistd.h>
|
||||
#ifndef _IRR_SOLARIS_PLATFORM_
|
||||
#include <sys/types.h>
|
||||
#include <sys/sysctl.h>
|
||||
#include <linux/sysctl.h>
|
||||
#endif
|
||||
#endif
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user