mirror of
https://github.com/lwfinger/rtl8188eu.git
synced 2024-11-10 07:29:40 +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_
|
||||
#define _WIFI_H_
|
||||
|
||||
#include <linux/ieee80211.h>
|
||||
|
||||
#ifdef BIT
|
||||
/* error "BIT define occurred earlier elsewhere!\n" */
|
||||
#undef BIT
|
||||
|
|
Loading…
Reference in a new issue