From: Amelia Coutard Date: Thu, 12 May 2022 15:12:47 +0000 (+0200) Subject: Added missing include (to use outb and inb) X-Git-Url: https://git.ameliathe1st.gay/?a=commitdiff_plain;h=29ac5f5ab18e4413fb7434e39f86458a4283f85c;p=voyage-au-centre-des-fichiers.git Added missing include (to use outb and inb) --- diff --git a/src/serial.cpp b/src/serial.cpp index d353fc8..86142ca 100644 --- a/src/serial.cpp +++ b/src/serial.cpp @@ -1,8 +1,6 @@ #include #include "serial.hpp" - -namespace { -} +#include "utils.hpp" bool os::init_serial_port() { outb(serial_port + 1, 0x00); // Disable interrupts.