From 1d23100b14e2a002701215f259bd6acba520c74d Mon Sep 17 00:00:00 2001 From: lizzie Date: Sat, 15 Aug 2026 20:52:18 +0000 Subject: [PATCH] fucking prototypes --- src/core/hle/service/wlan/wlan.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/hle/service/wlan/wlan.cpp b/src/core/hle/service/wlan/wlan.cpp index 6929917c27..7f118c62ba 100644 --- a/src/core/hle/service/wlan/wlan.cpp +++ b/src/core/hle/service/wlan/wlan.cpp @@ -3,7 +3,7 @@ #include "core/core.h" #include "core/hle/result.h" -#include "core/hle/service/tma/tma.h" +#include "core/hle/service/wlan/wlan.h" #include "core/hle/service/ipc_helpers.h" #include "core/hle/service/cmif_serialization.h" #include "core/hle/service/cmif_types.h"