summaryrefslogtreecommitdiff
path: root/Userland/Utilities/readelf.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Userland/Utilities/readelf.cpp')
-rw-r--r--Userland/Utilities/readelf.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/Userland/Utilities/readelf.cpp b/Userland/Utilities/readelf.cpp
index 3024d765e7..06469680a1 100644
--- a/Userland/Utilities/readelf.cpp
+++ b/Userland/Utilities/readelf.cpp
@@ -35,6 +35,7 @@
#include <LibELF/Image.h>
#include <LibELF/Validation.h>
#include <ctype.h>
+#include <fcntl.h>
#include <stdio.h>
#include <unistd.h>