From e719f2ef3a98d49c7c876d7a2169e5c84a52ecba Mon Sep 17 00:00:00 2001 From: Alexander Tarasikov Date: Fri, 24 Aug 2012 20:29:09 +0400 Subject: [PATCH] compat: fix data fail cause --- compat.h | 1 + 1 file changed, 1 insertion(+) diff --git a/compat.h b/compat.h index 3eda9af..746a88c 100644 --- a/compat.h +++ b/compat.h @@ -45,6 +45,7 @@ #define RIL_CardStatus RIL_CardStatus_v6 #define RIL_SIM_IO RIL_SIM_IO_v6 #define RIL_UNSOL_RESPONSE_NETWORK_STATE_CHANGED RIL_UNSOL_RESPONSE_VOICE_NETWORK_STATE_CHANGED + #define RIL_LastDataCallActivateFailCause RIL_DataCallFailCause #define COMPAT_RADIO_STATE_ON RADIO_STATE_ON #else #define COMPAT_RADIO_STATE_ON RADIO_STATE_SIM_READY -- 2.11.0