switch: fix missing include

This commit is contained in:
p-sam 2022-12-25 17:03:47 +01:00 committed by Andrei Alexeyev
parent 9264f1649d
commit 2d4f310b90
No known key found for this signature in database
GPG key ID: 72D26128040B9690

View file

@ -14,6 +14,7 @@
#include <switch/services/applet.h>
#include <switch/services/fs.h>
#include <switch/services/ssl.h>
#include <switch/services/nifm.h>
#include <switch/runtime/devices/socket.h>
#include <switch/runtime/nxlink.h>