aboutsummaryrefslogtreecommitdiff
path: root/src/evdev.h
diff options
context:
space:
mode:
authorAdam Jackson <ajax@nwnk.net>2006-04-07 17:30:27 +0000
committerAdam Jackson <ajax@nwnk.net>2006-04-07 17:30:27 +0000
commitad4d62e1d318c629f994883e3b9926627bec16f0 (patch)
treecc79910057a1ad104071325b0e512584e38fad56 /src/evdev.h
parentFix the fd pointer leak reported by primer. (Not the same patch.) (diff)
downloadxf86-input-evdev-ad4d62e1d318c629f994883e3b9926627bec16f0.tar.gz
xf86-input-evdev-ad4d62e1d318c629f994883e3b9926627bec16f0.tar.bz2
xf86-input-evdev-ad4d62e1d318c629f994883e3b9926627bec16f0.zip
Unlibcwrap. Bump server version requirement. Bump to 1.1.0.evdev-1_1_0
Diffstat (limited to 'src/evdev.h')
-rw-r--r--src/evdev.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/evdev.h b/src/evdev.h
index f31b160..797bc9f 100644
--- a/src/evdev.h
+++ b/src/evdev.h
@@ -63,6 +63,10 @@
#include <linux/input.h>
#include <xf86Xinput.h>
#include <errno.h>
+#include <string.h>
+#include <unistd.h>
+#include <stdio.h>
+#include <stdlib.h>
#define BITS_PER_LONG (sizeof(long) * 8)
#define NBITS(x) ((((x)-1)/BITS_PER_LONG)+1)