9os

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit ebb9282dc0c9117ea9493d6725532b4bdadbc615
parent b89a2517b0b0c28b5080e5b28aed34f3c3949da0
Author: Roberto Vargas <roberto.vargas@arm.com>
Date:   Wed, 21 Nov 2018 14:33:54 +0000

[rmode] Remove warning

Change-Id: Ibabde657257f5ae360a918addf015b9d08da7f31

Diffstat:
March/rmode/rom.c | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/arch/rmode/rom.c b/arch/rmode/rom.c @@ -1,5 +1,6 @@ #include <string.h> +#include <libk.h> #include <rcode.h> #include <uart.h>