diff options
-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> |