1
0
mirror of https://github.com/aircrack-ng/rtl8812au.git synced 2024-11-10 08:07:05 +00:00

Add missing include

This commit is contained in:
kimocoder 2019-09-19 15:55:47 +00:00
parent 51dbe24468
commit 9d91ee955a

View File

@ -16,6 +16,7 @@
#include <drv_types.h>
#include <hal_data.h>
#include <linux/module.h>
MODULE_LICENSE("GPL");
MODULE_DESCRIPTION("Realtek Wireless Lan Driver");