diff options
Diffstat (limited to 'drivers/hid/hid-pl.c')
| -rw-r--r-- | drivers/hid/hid-pl.c | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/hid/hid-pl.c b/drivers/hid/hid-pl.c index c6d7dbc935b..9f41e2bd848 100644 --- a/drivers/hid/hid-pl.c +++ b/drivers/hid/hid-pl.c @@ -39,6 +39,7 @@  #define debug(format, arg...) pr_debug("hid-plff: " format "\n" , ## arg)  #include <linux/input.h> +#include <linux/slab.h>  #include <linux/usb.h>  #include <linux/hid.h>  |