Include error header

This commit is contained in:
Liam Minopulos 2019-02-26 22:57:39 +01:00
parent 320f17a94f
commit e92086bbdd

View File

@ -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