From e92086bbddd2fc14678b391e7b95f6a2642a7ca0 Mon Sep 17 00:00:00 2001 From: Liam Minopulos Date: Tue, 26 Feb 2019 22:57:39 +0100 Subject: [PATCH] Include error header --- nx/include/switch.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nx/include/switch.h b/nx/include/switch.h index 2521a092..1004923a 100644 --- a/nx/include/switch.h +++ b/nx/include/switch.h @@ -104,6 +104,7 @@ extern "C" { #include "switch/audio/driver.h" #include "switch/applets/libapplet.h" +#include "switch/applets/error.h" #include "switch/applets/swkbd.h" #include "switch/applets/web.h" @@ -122,4 +123,3 @@ extern "C" { #ifdef __cplusplus } #endif -