keymap: include linux/limits.h

This commit is contained in:
Kay Sievers 2010-01-25 07:37:41 +01:00
parent 7b79a59b28
commit 97411493a3
1 changed files with 1 additions and 0 deletions

View File

@ -32,6 +32,7 @@
#include <fcntl.h>
#include <getopt.h>
#include <sys/ioctl.h>
#include <linux/limits.h>
#include <linux/input.h>
const struct key* lookup_key (const char *str, unsigned int len);