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-04-06 08:56:43 +02:00
parent c6b311a3f2
commit f4d4b4c7a1

View File

@ -33,6 +33,8 @@
#endif
#else /* PLATFORM_LINUX /PLATFORM_BSD */
#include <linux/interrupt.h>
#ifdef CONFIG_SINGLE_RECV_BUF
#define NR_RECVBUFF (1)
#else