pipewire/private.h: add missing sys/types.h for pthread_t

This commit is contained in:
maxice8 2018-01-27 00:00:38 -02:00 committed by Wim Taymans
parent 214babe7b9
commit 1e411bfe09

View file

@ -25,6 +25,7 @@ extern "C" {
#endif #endif
#include <sys/socket.h> #include <sys/socket.h>
#include <sys/types.h> /* for pthread_t */
#include "pipewire/mem.h" #include "pipewire/mem.h"