From 22b33d6eb8ad159aa1f4de25fbe6ae7281d99dbb Mon Sep 17 00:00:00 2001 From: Thomas Martitz Date: Sun, 5 Jan 2014 20:42:48 +0100 Subject: Add missing kernel.h includes (hopefully all of them), take #2. Change-Id: I62cedf992bb096987050621cfc34f0432e9da170 --- firmware/target/arm/imx233/touchscreen-imx233.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'firmware/target/arm/imx233/touchscreen-imx233.c') diff --git a/firmware/target/arm/imx233/touchscreen-imx233.c b/firmware/target/arm/imx233/touchscreen-imx233.c index 53d9d0e320..8868f3e2b6 100644 --- a/firmware/target/arm/imx233/touchscreen-imx233.c +++ b/firmware/target/arm/imx233/touchscreen-imx233.c @@ -18,6 +18,9 @@ * KIND, either express or implied. * ****************************************************************************/ + +#include "config.h" +#include "kernel.h" #include "touchscreen-imx233.h" #include "stdlib.h" #ifdef SAMSUNG_YPZ5 -- cgit v1.2.3