From d90a4473ec2281f11b5bacd282247a27da4db267 Mon Sep 17 00:00:00 2001 From: Dhanashri Atre Date: Fri, 25 Mar 2016 13:49:22 -0700 Subject: [PATCH] qcacmn: include the qdf_event header file when using qdf events Fix compilation error since qdf_event is used without including the appropriate header file. Change-Id: Iecc2f4080f8cb699ada4892dd431d68df4a080ca CRs-Fixed: 994652 --- htc/htc_internal.h | 1 + 1 file changed, 1 insertion(+) diff --git a/htc/htc_internal.h b/htc/htc_internal.h index 8d817c7e3b..36bc1518ef 100644 --- a/htc/htc_internal.h +++ b/htc/htc_internal.h @@ -37,6 +37,7 @@ extern "C" { #include #include #include +#include #include "hif.h" #include #include "htc_api.h"