chiark / gitweb /
keymap: include linux/limits.h
authorKay Sievers <kay.sievers@vrfy.org>
Mon, 25 Jan 2010 06:37:41 +0000 (07:37 +0100)
committerKay Sievers <kay.sievers@vrfy.org>
Mon, 25 Jan 2010 06:37:41 +0000 (07:37 +0100)
extras/keymap/keymap.c

index b565c33e2fa010180ad3543b1df8ad16ea90dd8f..3f01d1953ea4c0cb09d2f4ed1cc21b43d4308574 100644 (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);