mirror of
https://github.com/switchbrew/libnx.git
synced 2025-06-21 12:32:40 +02:00
Fixed includes in nifm.h/wlaninf.h.
This commit is contained in:
parent
75795933a7
commit
f58c7fe786
@ -6,8 +6,8 @@
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
#include "../kernel/ipc.h"
|
||||
#include "../services/sm.h"
|
||||
#include "../types.h"
|
||||
#include "../sf/service.h"
|
||||
|
||||
typedef enum {
|
||||
NifmServiceType_NotInitialized = 0, ///< Initializes nifm:u.
|
||||
|
@ -6,7 +6,7 @@
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
#include "../kernel/ipc.h"
|
||||
#include "../types.h"
|
||||
#include "../sf/service.h"
|
||||
|
||||
/// WLAN State.
|
||||
|
Loading…
Reference in New Issue
Block a user