diff options
Diffstat (limited to 'Userland/Utilities/readelf.cpp')
-rw-r--r-- | Userland/Utilities/readelf.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Userland/Utilities/readelf.cpp b/Userland/Utilities/readelf.cpp index 08bd2e6607..c778a408a7 100644 --- a/Userland/Utilities/readelf.cpp +++ b/Userland/Utilities/readelf.cpp @@ -33,6 +33,7 @@ #include <LibELF/Validation.h> #include <ctype.h> #include <stdio.h> +#include <unistd.h> static const char* object_file_type_to_string(Elf32_Half type) { |