Fix some compile errors
This commit is contained in:
@ -41,7 +41,6 @@ include (${SHARED_DIR}/utils/shared_utils.cmake)
|
||||
include (${SHARED_DIR}/mem-alloc/mem_alloc.cmake)
|
||||
include (${CJSON_DIR}/cjson.cmake)
|
||||
include (${SHARED_DIR}/coap/lib_coap.cmake)
|
||||
include (${SSG_LIB_DIR}/host_agent_lib.cmake)
|
||||
|
||||
if (CMAKE_SIZEOF_VOID_P EQUAL 8)
|
||||
SET(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -m32")
|
||||
|
||||
@ -29,7 +29,6 @@
|
||||
#include "app_manager_export.h" /* for Module_WASM_App */
|
||||
#include "host_link.h" /* for REQUEST_PACKET */
|
||||
#include "transport.h"
|
||||
#include "iagent_bsp.h" /* for bh_get_elpased_ms */
|
||||
|
||||
#define BUF_SIZE 1024
|
||||
#define TIMEOUT_EXIT_CODE 2
|
||||
|
||||
Reference in New Issue
Block a user