summaryrefslogtreecommitdiff
path: root/LibC/grp.cpp
diff options
context:
space:
mode:
authorAndreas Kling <awesomekling@gmail.com>2018-12-04 00:27:16 +0100
committerAndreas Kling <awesomekling@gmail.com>2018-12-04 00:27:16 +0100
commitca6847b5bb6d9b86d5f2123533ebfe510c01d880 (patch)
tree8515f9360e8ade5478edd0acd4d994fe33d8e520 /LibC/grp.cpp
parent405383fd2f9757cebd175c5be9cfa65c48fe15f0 (diff)
downloadserenity-ca6847b5bb6d9b86d5f2123533ebfe510c01d880.zip
Import a simple text editor I started working on.
Diffstat (limited to 'LibC/grp.cpp')
-rw-r--r--LibC/grp.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/LibC/grp.cpp b/LibC/grp.cpp
index e48772627f..c4f2af5f99 100644
--- a/LibC/grp.cpp
+++ b/LibC/grp.cpp
@@ -3,7 +3,7 @@
#include <stdlib.h>
#include <unistd.h>
#include <sys/mman.h>
-#include <AK/String.h>
+#include <AK/AKString.h>
extern "C" {