From e4c65dc707722ecfaa35f42fc19665d7d3bc9186 Mon Sep 17 00:00:00 2001 From: mttkrb <21170293+mttkrb@users.noreply.github.com> Date: Thu, 22 Mar 2018 09:13:35 +0100 Subject: [PATCH] Update tpd_debug.c change include statement to prevent compiler-error because header file not found --- arch/arm/mach-mt8127/ttab/touchpanel/tpd_debug.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/mach-mt8127/ttab/touchpanel/tpd_debug.c b/arch/arm/mach-mt8127/ttab/touchpanel/tpd_debug.c index aa1515d977e..3df17b83f91 100644 --- a/arch/arm/mach-mt8127/ttab/touchpanel/tpd_debug.c +++ b/arch/arm/mach-mt8127/ttab/touchpanel/tpd_debug.c @@ -4,7 +4,7 @@ #include #include #include -#include +#include "tpd.h" #ifdef TPD_DEBUG_CODE int tpd_fail_count = 0;