Merge pull request #4649 from orestisfl/fix-errno

Fix compilation error on debian
This commit is contained in:
Orestis Floros 2021-11-04 19:31:44 +01:00 committed by GitHub
commit 3e0fc25b6b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,6 +10,7 @@
#include <unistd.h>
#include <libgen.h>
#include <err.h>
#include <errno.h>
#include <fcntl.h>
#include <stdlib.h>
#include <string.h>