mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-04 13:29:59 -05:00
Add missing headers includes for FreeBSD.
This removes the implicit declarations of send() and pthread_sigmask().
This commit is contained in:
parent
bce211e416
commit
1ca7603109
2 changed files with 5 additions and 0 deletions
|
|
@ -24,6 +24,10 @@
|
||||||
#include <config.h>
|
#include <config.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifndef OS_IS_WIN32
|
||||||
|
#include <pthread.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
#include <signal.h>
|
#include <signal.h>
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -43,6 +43,7 @@
|
||||||
#include <regex.h>
|
#include <regex.h>
|
||||||
#include <langinfo.h>
|
#include <langinfo.h>
|
||||||
#include <sys/utsname.h>
|
#include <sys/utsname.h>
|
||||||
|
#include <sys/socket.h>
|
||||||
|
|
||||||
#ifdef HAVE_STRTOF_L
|
#ifdef HAVE_STRTOF_L
|
||||||
#include <locale.h>
|
#include <locale.h>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue