From 9bca0ddca478853606c0e530bdd8b4b2b3b03599 Mon Sep 17 00:00:00 2001 From: Lioncash Date: Thu, 22 Feb 2018 16:44:26 -0500 Subject: [PATCH] smc_user: Fix include directive --- exosphere/smc_user.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exosphere/smc_user.c b/exosphere/smc_user.c index c929ea9ca..416548581 100644 --- a/exosphere/smc_user.c +++ b/exosphere/smc_user.c @@ -2,7 +2,7 @@ #include "utils.h" #include "cache.h" -#incoude "configitem.h" +#include "configitem.h" #include "masterkey.h" #include "smc_api.h" #include "smc_user.h"