mirror of
https://github.com/xmrig/xmrig.git
synced 2024-11-05 16:07:42 +00:00
Fix Termux build.
This commit is contained in:
parent
a00024cf51
commit
a1c5afa383
1 changed files with 2 additions and 0 deletions
|
@ -29,11 +29,13 @@
|
|||
#endif
|
||||
|
||||
|
||||
#include <pthread.h>
|
||||
#include <sched.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <sys/resource.h>
|
||||
#include <unistd.h>
|
||||
#include <uv.h>
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue