From bb93efbd1792f21f830f7b8d955c1ff87fa3fd7a Mon Sep 17 00:00:00 2001 From: Liam Minopulos Date: Tue, 26 Feb 2019 23:13:54 +0100 Subject: [PATCH] Include error header --- nx/include/switch.h | 1 + 1 file changed, 1 insertion(+) diff --git a/nx/include/switch.h b/nx/include/switch.h index 2521a092..75f20a2c 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"