engine: platform: linux: add missing math.h include
This commit is contained in:
parent
b4a7c266b5
commit
f8a1a2ed71
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue