diff options
author | Lars Knoll <lars@trolltech.com> | 2006-02-24 12:14:32 +0000 |
---|---|---|
committer | Lars Knoll <lars@trolltech.com> | 2006-02-24 12:14:32 +0000 |
commit | 739a0f51b07bd3fdccc156358bf9fca302477042 (patch) | |
tree | 116bc05068418123f2d9dd7fd10cded2a70a2243 /src | |
parent | 763edd37305e789bcc31746e5ea41f4df9d0b2a4 (diff) |
include errno.h to make it compile.
Diffstat (limited to 'src')
-rw-r--r-- | src/evdev.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/evdev.c b/src/evdev.c index ed15134..701fd03 100644 --- a/src/evdev.c +++ b/src/evdev.c @@ -62,6 +62,7 @@ #include <X11/extensions/XIproto.h> #include <string.h> +#include <errno.h> /* The libc wrapper just blows... linux/input.h must be included * before xf86_ansic.h and xf86_libc.h so we avoid defining ioctl |