Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix -Wundef error in SystemLayerImplSelect.h (#30402)
src/system/SystemLayerImplSelect.h:29:5: error: 'CHIP_SYSTEM_CONFIG_USE_POSIX_SOCKETS' is not defined, evaluates to 0 [-Werror,-Wundef] Include the header that defines this macro.
- Loading branch information