Skip to content

Commit

Permalink
make build succeed on Catalina with Xcode 12.00. (#26378)
Browse files Browse the repository at this point in the history
  • Loading branch information
mplitkins authored and pull[bot] committed Jan 11, 2024
1 parent a9983ab commit 2154946
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions examples/platform/linux/NamedPipeCommands.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@

#include "NamedPipeCommands.h"

#include <errno.h>
#include <fcntl.h>
#include <lib/support/CodeUtils.h>
#include <pthread.h>
Expand Down
1 change: 1 addition & 0 deletions src/tools/chip-cert/GeneralUtils.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@

#include "chip-cert.h"

#include <errno.h>
#include <lib/core/CHIPEncoding.h>
#include <lib/support/BytesToHex.h>
#include <lib/support/SafeInt.h>
Expand Down

0 comments on commit 2154946

Please sign in to comment.