1
0
mirror of https://github.com/systemd/systemd.git synced 2025-03-22 06:50:18 +03:00

keymap: include linux/limits.h

This commit is contained in:
Kay Sievers 2010-01-25 07:37:41 +01:00
parent 7b79a59b28
commit 97411493a3

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);