From 18a5f33b60e25bee0b4eea05bc91ba48611505c5 Mon Sep 17 00:00:00 2001 From: Larry Finger Date: Wed, 8 Mar 2017 10:17:24 -0600 Subject: [PATCH] rtl8188eu: Fix API changes for kernel 4.11 Signed-off-by: Larry Finger --- include/osdep_service.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/include/osdep_service.h b/include/osdep_service.h index 8f72e44..1b040df 100644 --- a/include/osdep_service.h +++ b/include/osdep_service.h @@ -20,6 +20,10 @@ #ifndef __OSDEP_SERVICE_H_ #define __OSDEP_SERVICE_H_ +#include +#if LINUX_VERSION_CODE >= KERNEL_VERSION(4, 11, 0) +#include +#endif #include #define _FAIL 0