mirror of
https://github.com/lwfinger/rtl8188eu.git
synced 2024-11-13 00:32:24 +00:00
rtl8188eu: Fix build error
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
parent
ff0540d9ca
commit
5e6362f3da
1 changed files with 2 additions and 0 deletions
|
@ -20,6 +20,8 @@
|
||||||
#ifndef _WIFI_H_
|
#ifndef _WIFI_H_
|
||||||
#define _WIFI_H_
|
#define _WIFI_H_
|
||||||
|
|
||||||
|
#include <linux/ieee80211.h>
|
||||||
|
|
||||||
#ifdef BIT
|
#ifdef BIT
|
||||||
/* error "BIT define occurred earlier elsewhere!\n" */
|
/* error "BIT define occurred earlier elsewhere!\n" */
|
||||||
#undef BIT
|
#undef BIT
|
||||||
|
|
Loading…
Reference in a new issue