From 8807b5e46bffe0d31545d1aa599d73567904266a Mon Sep 17 00:00:00 2001 From: kimocoder Date: Sat, 17 Aug 2019 13:48:49 +0200 Subject: [PATCH] Fix cfg80211.h include --- core/rtw_xmit.c | 1 + 1 file changed, 1 insertion(+) diff --git a/core/rtw_xmit.c b/core/rtw_xmit.c index adafd55..41220b3 100644 --- a/core/rtw_xmit.c +++ b/core/rtw_xmit.c @@ -16,6 +16,7 @@ #include #include +#include #if defined(PLATFORM_LINUX) && defined (PLATFORM_WINDOWS) #error "Shall be Linux or Windows, but not both!\n"