diff --git a/interfaces/innerkits/include/itimer_info.h b/interfaces/innerkits/include/itimer_info.h index 334a4e60019f224925daf2c027aca28eb4bb77ea..14bd367bd8153dba520e602e666903d9ec95d1cd 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