mirror of
https://github.com/xmrig/xmrig.git
synced 2025-03-12 09:37:35 +00:00
Merge pull request #2055 from GoDzM4TT3O/patch-1
Add missing "cstdio" library
This commit is contained in:
commit
76fba819fe
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@
|
|||
#include <sys/stat.h>
|
||||
#include <sys/types.h>
|
||||
#include <unistd.h>
|
||||
|
||||
#include <cstdio>
|
||||
|
||||
#ifdef __FreeBSD__
|
||||
# include <kenv.h>
|
||||
|
|
Loading…
Reference in a new issue