From 50d50e4f024e666d7da2a5a90c6325e47061a07e Mon Sep 17 00:00:00 2001 From: ChUrl Date: Sat, 23 Jul 2022 14:33:23 +0200 Subject: [PATCH] rename lib --- c_os/devices/CGA.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/c_os/devices/CGA.cc b/c_os/devices/CGA.cc index ea08752..add76a2 100755 --- a/c_os/devices/CGA.cc +++ b/c_os/devices/CGA.cc @@ -12,7 +12,7 @@ * Aenderungen von Michael Schoettner, HHU, 21.8.2016 * *****************************************************************************/ #include "devices/CGA.h" -#include "user/lib/MyLib.h" +#include "user/lib/Memory.h" /***************************************************************************** * Methode: CGA::setpos *