Add missing "cstdio" library

Compilation fails if the above library is missing. This fixes a compilation error.
This commit is contained in:
GoDzM4TT3O 2021-01-22 14:18:28 +01:00 committed by GitHub
parent 3b7d30a91d
commit 6bab624885
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>