Fix compile error

This commit is contained in:
Cacodemon345
2021-10-20 00:37:23 +06:00
committed by GitHub
parent f1a74ac36d
commit 8ae76614df

View File

@@ -12,6 +12,7 @@
#include <sys/param.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <sys/mman.h>
#include <unistd.h>
#include <errno.h>
#include <inttypes.h>