Browse Source
Merge pull request #1439 from MarkLai0317/fix-include-error
Include cerrno in fesvr/elfloader.cc
pull/1445/head
Andrew Waterman
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
0 deletions
-
fesvr/elfloader.cc
|
|
|
@ -16,6 +16,7 @@ |
|
|
|
#include <stdio.h> |
|
|
|
#include <vector> |
|
|
|
#include <map> |
|
|
|
#include <cerrno> |
|
|
|
|
|
|
|
std::map<std::string, uint64_t> load_elf(const char* fn, memif_t* memif, reg_t* entry, unsigned required_xlen = 0) |
|
|
|
{ |
|
|
|
|