diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2017-12-31 10:23:08 -0800 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2017-12-31 10:23:08 -0800 |
commit | 087a998e68dcc191265bef39a4dd816af5ecb3d5 (patch) | |
tree | a2c2a307fb2aefc34dc7145fe75d66daa42bf4e2 | |
parent | f43f556e282c006e9429d48d47c6396890f21ffa (diff) | |
download | mu-087a998e68dcc191265bef39a4dd816af5ecb3d5.tar.gz |
4177
Fix CI.
-rw-r--r-- | subx/020elf.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/subx/020elf.cc b/subx/020elf.cc index b2aa0098..682543e6 100644 --- a/subx/020elf.cc +++ b/subx/020elf.cc @@ -70,3 +70,4 @@ void die(const char* format, ...) { #include <fcntl.h> #include <unistd.h> #include <stdarg.h> +#include <errno.h> |