From ca6847b5bb6d9b86d5f2123533ebfe510c01d880 Mon Sep 17 00:00:00 2001 From: Andreas Kling Date: Tue, 4 Dec 2018 00:27:16 +0100 Subject: Import a simple text editor I started working on. --- Userland/ls.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Userland/ls.cpp') 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 #include #include -#include +#include #include static int do_dir(const char* path); -- cgit v1.2.3