Mod aaa-12 重新格式化代码,更新工程配置
RCA: SOL: 修改人:huangxin 检视人:huangxin
This commit is contained in:
parent
8c278cbc64
commit
7bbf06cc6f
|
@ -1,5 +1,9 @@
|
|||
CMAKE_MINIMUM_REQUIRED(VERSION 3.10)
|
||||
|
||||
if(PLAT_ARM64)
|
||||
INCLUDE(${CMAKE_SOURCE_DIR}/projects/arm64.cmake)
|
||||
endif()
|
||||
|
||||
project(ztp_client)
|
||||
|
||||
AUX_SOURCE_DIRECTORY(./log ZTP_SRC)
|
||||
|
|
|
@ -5,8 +5,11 @@
|
|||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <pthread.h>
|
||||
|
||||
#ifdef MONITOR_ZTP_CFG_FILE
|
||||
#include <sys/inotify.h>
|
||||
#include <errno.h>
|
||||
#endif
|
||||
|
||||
#include "common.h"
|
||||
#include "log.h"
|
||||
|
|
Loading…
Reference in New Issue