mirror of
https://github.com/xmrig/xmrig.git
synced 2024-11-18 18:11:05 +00:00
#279 Add missing stdio header
This commit is contained in:
parent
fbd100ef10
commit
114a9b041d
1 changed files with 6 additions and 5 deletions
|
@ -22,6 +22,7 @@
|
|||
*/
|
||||
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <sys/resource.h>
|
||||
#include <uv.h>
|
||||
|
|
Loading…
Reference in a new issue