From bdf81c17847095817db69fc5c1034f4057214f7e Mon Sep 17 00:00:00 2001 From: kimocoder Date: Fri, 29 Mar 2019 00:07:51 +0100 Subject: [PATCH] Fix includes to support linux --- core/rtw_xmit.c | 1 + include/drv_types.h | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/core/rtw_xmit.c b/core/rtw_xmit.c index 55f9143..c5c2f07 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" diff --git a/include/drv_types.h b/include/drv_types.h index d227981..3c05228 100644 --- a/include/drv_types.h +++ b/include/drv_types.h @@ -102,7 +102,7 @@ typedef struct _ADAPTER _adapter, ADAPTER, *PADAPTER; #include #include #include -#include +#include "sta_info.h" #include #include #include