Skip to content

Commit

Permalink
Add missing pthread header (project-chip#22833)
Browse files Browse the repository at this point in the history
  • Loading branch information
gharveymn authored and emargolis committed Oct 17, 2022
1 parent 14d321b commit b8743d1
Showing 1 changed file with 1 addition 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 @@ -20,6 +20,7 @@

#include <fcntl.h>
#include <lib/support/CodeUtils.h>
#include <pthread.h>
#include <sys/stat.h>
#include <sys/types.h>
#include <unistd.h>
Expand Down

0 comments on commit b8743d1

Please sign in to comment.