Added usbds.h to switch.h.

This commit is contained in:
yellows8 2018-11-28 21:56:34 -05:00
parent 725ac9f00a
commit f373b3ca23

View File

@ -61,6 +61,7 @@ extern "C" {
#include "switch/services/fatal.h" #include "switch/services/fatal.h"
#include "switch/services/time.h" #include "switch/services/time.h"
#include "switch/services/usb.h" #include "switch/services/usb.h"
#include "switch/services/usbds.h"
#include "switch/services/hid.h" #include "switch/services/hid.h"
#include "switch/services/irs.h" #include "switch/services/irs.h"
#include "switch/services/pl.h" #include "switch/services/pl.h"