From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from paleale.coelho.fi ([176.9.41.70]:42748 "EHLO farmhouse.coelho.fi" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1726253AbeHUI3U (ORCPT ); Tue, 21 Aug 2018 04:29:20 -0400 From: Luca Coelho To: kvalo@codeaurora.org Cc: linux-wireless@vger.kernel.org, Golan Ben Ami , Luca Coelho Date: Tue, 21 Aug 2018 08:09:45 +0300 Message-Id: <20180821050952.31603-11-luca@coelho.fi> (sfid-20180821_071049_073543_C3196F05) In-Reply-To: <20180821050952.31603-1-luca@coelho.fi> References: <20180821050952.31603-1-luca@coelho.fi> Subject: [PATCH v2 10/17] iwlwifi: add required include to iwl-fh.h Sender: linux-wireless-owner@vger.kernel.org List-ID: From: Golan Ben Ami Some variables are used in iwl-fh.h, but their type's definition isn't included. This may break compilation when using the file without including the necessary dependencies first. Add the required include to iwl-fh.h. Signed-off-by: Golan Ben Ami Signed-off-by: Luca Coelho --- drivers/net/wireless/intel/iwlwifi/iwl-fh.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/drivers/net/wireless/intel/iwlwifi/iwl-fh.h b/drivers/net/wireless/intel/iwlwifi/iwl-fh.h index df0e9ffff706..4f7254303853 100644 --- a/drivers/net/wireless/intel/iwlwifi/iwl-fh.h +++ b/drivers/net/wireless/intel/iwlwifi/iwl-fh.h @@ -68,6 +68,8 @@ #include #include +#include "iwl-trans.h" + /****************************/ /* Flow Handler Definitions */ /****************************/ -- 2.18.0