shield system api tests

This commit is contained in:
mutouyun 2023-07-29 11:57:48 +08:00
parent 5dc436e047
commit 5a3ecbbc69

View File

@ -77,7 +77,7 @@ TEST(shm, shared_memory) {
} }
#include <libimp/detect_plat.h> #include <libimp/detect_plat.h>
#if defined(LIBIMP_OS_LINUX) #if /*defined(LIBIMP_OS_LINUX)*/ 0
#include <sys/socket.h> #include <sys/socket.h>
#include <sys/un.h> #include <sys/un.h>
#include <sys/types.h> #include <sys/types.h>