about summary refs log tree commit diff stats
path: root/subx
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2017-12-31 10:23:08 -0800
committerKartik K. Agaram <vc@akkartik.com>2017-12-31 10:23:08 -0800
commit087a998e68dcc191265bef39a4dd816af5ecb3d5 (patch)
treea2c2a307fb2aefc34dc7145fe75d66daa42bf4e2 /subx
parentf43f556e282c006e9429d48d47c6396890f21ffa (diff)
downloadmu-087a998e68dcc191265bef39a4dd816af5ecb3d5.tar.gz
4177
Fix CI.
Diffstat (limited to 'subx')
-rw-r--r--subx/020elf.cc1
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>