From 366f5ec601473280b40e2c3c19f7388df6b15c5d Mon Sep 17 00:00:00 2001 From: guduhanyan Date: Thu, 16 Sep 2021 09:01:48 +0000 Subject: [PATCH] =?UTF-8?q?update=20interfaces/innerkits/include/itimer=5F?= =?UTF-8?q?info.h.=20=E6=B7=BB=E5=8A=A0=E5=A4=B4=E6=96=87=E4=BB=B6#ifndef?= =?UTF-8?q?=E5=AE=9A=E4=B9=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- interfaces/innerkits/include/itimer_info.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/interfaces/innerkits/include/itimer_info.h b/interfaces/innerkits/include/itimer_info.h index 334a4e60..14bd367b 100644 --- a/interfaces/innerkits/include/itimer_info.h +++ b/interfaces/innerkits/include/itimer_info.h @@ -12,6 +12,8 @@ * See the License for the specific language governing permissions and * limitations under the License. */ +#ifndef I_TIMER_INFO_H +#define I_TIMER_INFO_H #include #include "want_agent.h" @@ -76,3 +78,4 @@ public: } // MiscServices } // OHOS +#endif // I_TIMER_INFO_H \ No newline at end of file -- Gitee