Commit c6e2b703 authored by Mark Lai's avatar Mark Lai
Browse files

Include cerrno in fesvr/elfloader.cc

It caused compile error "use of undeclared identifier 'errno'" at line 26 and 33.
I Add #include <cerrno> in fesvr/elfloader.cc to fix error and compile successfully.
parent 5a499ef7
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment