summaryrefslogtreecommitdiff
path: root/Userland/ls.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Userland/ls.cpp')
-rw-r--r--Userland/ls.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/Userland/ls.cpp b/Userland/ls.cpp
index 80ca15bd64..d5969b1e36 100644
--- a/Userland/ls.cpp
+++ b/Userland/ls.cpp
@@ -5,6 +5,7 @@
#include <string.h>
#include <getopt.h>
#include <time.h>
+#include <fcntl.h>
#include <sys/ioctl.h>
#include <sys/stat.h>
#include <AK/AKString.h>