summaryrefslogtreecommitdiff
path: root/Userland/ls.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Userland/ls.cpp')
-rw-r--r--Userland/ls.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Userland/ls.cpp b/Userland/ls.cpp
index fa15d8a23b..741b0a3f1b 100644
--- a/Userland/ls.cpp
+++ b/Userland/ls.cpp
@@ -5,7 +5,7 @@
#include <string.h>
#include <getopt.h>
#include <sys/ioctl.h>
-#include <AK/String.h>
+#include <AK/AKString.h>
#include <AK/Vector.h>
static int do_dir(const char* path);