Include <cerrno> for errno symbol

This commit is contained in:
Thomas Klausner
2021-01-13 17:16:07 +01:00
parent f4eb3f3ee7
commit 001f71869e

View File

@@ -33,6 +33,7 @@
#include <sys/types.h>
#include <sys/stat.h>
#include <cerrno>
#include <fcntl.h>
#include <unistd.h>
#include <stdlib.h>