mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-02 09:01:50 -05:00
pipewire/private.h: add missing sys/types.h for pthread_t
This commit is contained in:
parent
214babe7b9
commit
1e411bfe09
1 changed files with 1 additions and 0 deletions
|
|
@ -25,6 +25,7 @@ extern "C" {
|
|||
#endif
|
||||
|
||||
#include <sys/socket.h>
|
||||
#include <sys/types.h> /* for pthread_t */
|
||||
|
||||
|
||||
#include "pipewire/mem.h"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue