From f26f5f3eee9722e509d031a0b65b58a30c7d3619 Mon Sep 17 00:00:00 2001 From: Lioncash Date: Thu, 22 Feb 2018 21:06:08 -0500 Subject: [PATCH] cpu_context: Add missing include --- exosphere/cpu_context.c | 1 + 1 file changed, 1 insertion(+) diff --git a/exosphere/cpu_context.c b/exosphere/cpu_context.c index 7ac107051..2dcd343fa 100644 --- a/exosphere/cpu_context.c +++ b/exosphere/cpu_context.c @@ -1,4 +1,5 @@ #include +#include "cpu_context.h" #include "utils.h" #include "pmc.h"