Fix includes to support linux

This commit is contained in:
kimocoder 2019-04-06 00:38:23 +02:00
parent 4184d7581f
commit fab47eec90
2 changed files with 2 additions and 1 deletions

View File

@ -16,6 +16,7 @@
#include <drv_types.h>
#include <hal_data.h>
#include <net/cfg80211.h>
#if defined(PLATFORM_LINUX) && defined (PLATFORM_WINDOWS)
#error "Shall be Linux or Windows, but not both!\n"

View File

@ -104,7 +104,7 @@ typedef struct _ADAPTER _adapter, ADAPTER, *PADAPTER;
#include <rtw_ioctl_rtl.h>
#include <osdep_intf.h>
#include <rtw_eeprom.h>
#include <sta_info.h>
#include "sta_info.h"
#include <rtw_event.h>
#include <rtw_mlme_ext.h>
#include <rtw_mi.h>