add missing errno include to file.cc
This commit is contained in:
parent
a3e032abd6
commit
c6bf0b4cc3
|
@ -7,6 +7,7 @@
|
|||
#include "debug.hh"
|
||||
#include "unicode.hh"
|
||||
|
||||
#include <errno.h>
|
||||
#include <sys/types.h>
|
||||
#include <sys/stat.h>
|
||||
#include <sys/mman.h>
|
||||
|
|
Loading…
Reference in New Issue
Block a user