Added missing #include <math.h>.
This commit is contained in:
parent
12ca954296
commit
e384fa6b6d
|
@ -2,6 +2,7 @@
|
||||||
* Helper functions for ntdll
|
* Helper functions for ntdll
|
||||||
*/
|
*/
|
||||||
#include <time.h>
|
#include <time.h>
|
||||||
|
#include <math.h>
|
||||||
|
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue