From d44b4794c679141a08fd802475bb542ecf5b7c51 Mon Sep 17 00:00:00 2001 From: Henrik Rydberg Date: Thu, 6 Nov 2008 23:01:41 +0100 Subject: ok, fast (but not fastest) matcher in place, no check output... Signed-off-by: Henrik Rydberg --- src/common.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/common.h') diff --git a/src/common.h b/src/common.h index 5a83f95..c57ae1a 100644 --- a/src/common.h +++ b/src/common.h @@ -7,6 +7,7 @@ #include #include #include +#include //#include //////////////////////////////////////////////////////// @@ -27,8 +28,6 @@ #define ABS_MT_POSITION_X 0x35 #define ABS_MT_POSITION_Y 0x36 -typedef int bool; - #define SYSCALL(call) while (((call) == -1) && (errno == EINTR)) //////////////////////////////////////////////////////// -- cgit v1.2.3