mirror of
https://github.com/YGGverse/xash3d-fwgs.git
synced 2025-01-11 23:57:57 +00:00
engine: platform: linux: add missing math.h include
This commit is contained in:
parent
b4a7c266b5
commit
f8a1a2ed71
@ -21,6 +21,7 @@ GNU General Public License for more details.
|
|||||||
#include <ucontext.h>
|
#include <ucontext.h>
|
||||||
#include <time.h>
|
#include <time.h>
|
||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
|
#include <math.h>
|
||||||
#include "platform/platform.h"
|
#include "platform/platform.h"
|
||||||
|
|
||||||
static void *g_hsystemd;
|
static void *g_hsystemd;
|
||||||
|
Loading…
Reference in New Issue
Block a user