sdk
sdk copied to clipboard
sdk/include/sys/system.h编译错误
1、头文件缺少 #include "sys/time.h"
2、位置错误 typedef uint32_t useconds_t; 只在#if defined(OS_WINDOWS)中声明,导致linux下未声明错误。