From 10398635f571b66cc839bf4847715d8da5600704 Mon Sep 17 00:00:00 2001 From: Gwenhael Le Moine Date: Wed, 11 Sep 2024 22:13:57 +0200 Subject: [PATCH] "missing" includes --- src/keyb.h | 2 ++ src/x_func.h | 2 ++ 2 files changed, 4 insertions(+) diff --git a/src/keyb.h b/src/keyb.h index 9546e73..b4fa826 100644 --- a/src/keyb.h +++ b/src/keyb.h @@ -79,6 +79,8 @@ .- */ +#include "cpu.h" + /*--------------------------------------------------------------------------- Function prototypes ---------------------------------------------------------------------------*/ diff --git a/src/x_func.h b/src/x_func.h index 059649f..80bdd11 100644 --- a/src/x_func.h +++ b/src/x_func.h @@ -72,6 +72,8 @@ .- */ +#include "cpu.h" + /*--------------------------------------------------------------------------- Macro/Data type definitions - require cpu.h ---------------------------------------------------------------------------*/