mirror of
https://github.com/aircrack-ng/rtl8812au.git
synced 2024-11-25 14:44:09 +00:00
Fix includes to support linux
This commit is contained in:
parent
d2cc038f43
commit
bdf81c1784
@ -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"
|
||||
|
@ -102,7 +102,7 @@ typedef struct _ADAPTER _adapter, ADAPTER, *PADAPTER;
|
||||
#include <rtw_ioctl_query.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>
|
||||
|
Loading…
Reference in New Issue
Block a user