Add missing "cstdio" library
Compilation fails if the above library is missing. This fixes a compilation error.
This commit is contained in:
parent
3b7d30a91d
commit
6bab624885
@ -29,7 +29,7 @@
|
|||||||
#include <sys/stat.h>
|
#include <sys/stat.h>
|
||||||
#include <sys/types.h>
|
#include <sys/types.h>
|
||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
|
#include <cstdio>
|
||||||
|
|
||||||
#ifdef __FreeBSD__
|
#ifdef __FreeBSD__
|
||||||
# include <kenv.h>
|
# include <kenv.h>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user