From 30aafdba6f78619274a977d67283a681bedbcbbd Mon Sep 17 00:00:00 2001 From: Alan Cox Date: Wed, 7 Jan 2009 11:40:03 +0000 Subject: touchscreen: Fix build of da9034 Missing an include and thus breaks the x86-64 build. Signed-off-by: Alan Cox Signed-off-by: Linus Torvalds --- drivers/input/touchscreen/da9034-ts.c | 1 + 1 file changed, 1 insertion(+) (limited to 'drivers/input/touchscreen/da9034-ts.c') diff --git a/drivers/input/touchscreen/da9034-ts.c b/drivers/input/touchscreen/da9034-ts.c index 4342e77..fa67d78 100644 --- a/drivers/input/touchscreen/da9034-ts.c +++ b/drivers/input/touchscreen/da9034-ts.c @@ -16,6 +16,7 @@ #include #include #include +#include #include #define DA9034_MANUAL_CTRL 0x50 -- cgit v1.1