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. --- AK/Bitmap.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'AK/Bitmap.h') diff --git a/AK/Bitmap.h b/AK/Bitmap.h index c2f6993f76..cd89ff2996 100644 --- a/AK/Bitmap.h +++ b/AK/Bitmap.h @@ -1,6 +1,6 @@ #pragma once -#include "StdLib.h" +#include "StdLibExtras.h" #include "Types.h" #include "kmalloc.h" #include "Assertions.h" -- cgit v1.2.3