mirror of
https://github.com/switchbrew/libnx.git
synced 2025-08-05 16:09:24 +02:00
Fixed building when fsdev usage is enabled.
This commit is contained in:
parent
673651a51f
commit
e39dc2baf8
@ -3,6 +3,8 @@
|
|||||||
* @brief FS driver.
|
* @brief FS driver.
|
||||||
*/
|
*/
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
|
#include <sys/types.h>
|
||||||
#include "../../services/fs.h"
|
#include "../../services/fs.h"
|
||||||
|
|
||||||
//NOTE: This is currently not usable.
|
//NOTE: This is currently not usable.
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
#include "services/fs.h"
|
#include "services/fs.h"
|
||||||
#include "services/hid.h"
|
#include "services/hid.h"
|
||||||
#include "services/applet.h"
|
#include "services/applet.h"
|
||||||
|
#include "runtime/devices/fs_dev.h"
|
||||||
|
|
||||||
void __nx_exit(int rc);
|
void __nx_exit(int rc);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user