From befc4d605180f5e0c19dbc14c4c389ce582a0fb6 Mon Sep 17 00:00:00 2001 From: Wally4000 Date: Fri, 1 Nov 2024 09:15:21 +1100 Subject: [PATCH] Add missing psptypes.h --- src/wlan/pspwlan.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/wlan/pspwlan.h b/src/wlan/pspwlan.h index 6ba984fd..8eae9e03 100644 --- a/src/wlan/pspwlan.h +++ b/src/wlan/pspwlan.h @@ -11,6 +11,8 @@ #ifndef __PSPWLAN_H__ #define __PSPWLAN_H__ +#include + #ifdef __cplusplus extern "C" { #endif