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

Merge pull request #2055 from GoDzM4TT3O/patch-1

Add missing "cstdio" library
This commit is contained in:
xmrig
2021-01-22 22:19:41 +07:00
committed by GitHub

View File

@@ -29,7 +29,7 @@
#include <sys/stat.h>
#include <sys/types.h>
#include <unistd.h>
#include <cstdio>
#ifdef __FreeBSD__
# include <kenv.h>