Skip to content

Commit d746902

Browse files
authored
[linux] Fix missing include pthread.h. (#22460)
1 parent d947d87 commit d746902

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

examples/platform/linux/NamedPipeCommands.h

+1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
#pragma once
2020

2121
#include <lib/core/CHIPError.h>
22+
#include <pthread.h>
2223
#include <string>
2324

2425
class NamedPipeCommandDelegate

0 commit comments

Comments
 (0)