From 1dbebc0a0c14989cc49d141b3dcf8f15dc91ef47 Mon Sep 17 00:00:00 2001 From: Loic Blot Date: Mon, 18 May 2020 08:43:04 +0200 Subject: [PATCH] Fix compilation warning /usr/include/sys/sysctl.h:21:2: attention: #warning 'The header is deprecated and will be removed.' [-Wcpp] 21 | #warning 'The header is deprecated and will be removed.' --- source/Irrlicht/COSOperator.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/Irrlicht/COSOperator.cpp b/source/Irrlicht/COSOperator.cpp index 90e644d6..3080794e 100644 --- a/source/Irrlicht/COSOperator.cpp +++ b/source/Irrlicht/COSOperator.cpp @@ -13,7 +13,7 @@ #include #ifndef _IRR_SOLARIS_PLATFORM_ #include -#include +#include #endif #endif