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
commit 76fba819fe
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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