1
0
mirror of https://github.com/xmrig/xmrig.git synced 2025-12-06 23:52:38 -05:00

Fixed linux build.

This commit is contained in:
XMRig
2017-08-16 14:49:37 +03:00
parent beb9af4313
commit e049b80f1a
2 changed files with 2 additions and 0 deletions

View File

@@ -22,6 +22,7 @@
*/
#include <string.h>
#include <uv.h>

View File

@@ -24,6 +24,7 @@
#include <sched.h>
#include <stdlib.h>
#include <string.h>
#include <sys/resource.h>
#include <uv.h>