diff options
Diffstat (limited to 'drivers/hid/hid-sjoy.c')
| -rw-r--r-- | drivers/hid/hid-sjoy.c | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/hid/hid-sjoy.c b/drivers/hid/hid-sjoy.c index 203c438b016..e10a7687ebf 100644 --- a/drivers/hid/hid-sjoy.c +++ b/drivers/hid/hid-sjoy.c @@ -27,6 +27,7 @@  /* #define DEBUG */  #include <linux/input.h> +#include <linux/slab.h>  #include <linux/usb.h>  #include <linux/hid.h>  #include "hid-ids.h"  |