Skip to content

Commit

Permalink
[linux] Fix missing include pthread.h. (#22460)
Browse files Browse the repository at this point in the history
  • Loading branch information
turon authored and pull[bot] committed Nov 17, 2023
1 parent de912de commit 69731c7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/platform/linux/NamedPipeCommands.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
#pragma once

#include <lib/core/CHIPError.h>
#include <pthread.h>
#include <string>

class NamedPipeCommandDelegate
Expand Down

0 comments on commit 69731c7

Please sign in to comment.