Commit c244ae5b16dc31b5bea67e6d6e9d6ff654aee781

Authored by Jaswinder Singh Rajput
1 parent b08ead0527

headers_check fix: linux/hiddev.h

fix the following 'make headers_check' warning:

  usr/include/linux/hiddev.h:40: found __[us]{8,16,32,64} type without #include <linux/types.h>

Signed-off-by: Jaswinder Singh Rajput <jaswinderrajput@gmail.com>

Showing 1 changed file with 2 additions and 0 deletions Side-by-side Diff

include/linux/hiddev.h
... ... @@ -27,6 +27,8 @@
27 27 * Vojtech Pavlik, Ucitelska 1576, Prague 8, 182 00 Czech Republic
28 28 */
29 29  
  30 +#include <linux/types.h>
  31 +
30 32 /*
31 33 * The event structure itself
32 34 */