Browse Source

staging: rtl8188eu: Include version.h in usb_ops.h

Include version.h header file as detected by versioncheck.

Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
Acked-by: Larry Finger <Larry.Finger@lwfinger.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Sachin Kamat 12 years ago
parent
commit
55350178ce
1 changed files with 1 additions and 0 deletions
  1. 1 0
      drivers/staging/rtl8188eu/include/usb_ops.h

+ 1 - 0
drivers/staging/rtl8188eu/include/usb_ops.h

@@ -20,6 +20,7 @@
 #ifndef __USB_OPS_H_
 #define __USB_OPS_H_
 
+#include <linux/version.h>
 #include <osdep_service.h>
 #include <drv_types.h>
 #include <osdep_intf.h>