mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-10 13:29:58 -05:00
Fix dependencies and include necessary headers
This commit is contained in:
parent
a951c779c6
commit
2de2c735c9
8 changed files with 15 additions and 1 deletions
|
|
@ -128,6 +128,7 @@
|
|||
#include <pulsecore/usergroup.h>
|
||||
#include <pulsecore/strlist.h>
|
||||
#include <pulsecore/cpu-x86.h>
|
||||
#include <pulsecore/pipe.h>
|
||||
|
||||
#include "core-util.h"
|
||||
|
||||
|
|
|
|||
|
|
@ -28,6 +28,7 @@
|
|||
|
||||
#ifndef HAVE_INET_NTOP
|
||||
|
||||
#include <pulsecore/core-util.h>
|
||||
#include <pulsecore/socket.h>
|
||||
|
||||
#include "inet_ntop.h"
|
||||
|
|
|
|||
|
|
@ -35,6 +35,7 @@
|
|||
|
||||
#include <pulsecore/core-util.h>
|
||||
#include <pulsecore/macro.h>
|
||||
#include <pulsecore/inet_pton.h>
|
||||
|
||||
#include "parseaddr.h"
|
||||
|
||||
|
|
|
|||
|
|
@ -30,6 +30,7 @@
|
|||
#include <sys/types.h>
|
||||
|
||||
#include <pulsecore/socket.h>
|
||||
#include <pulsecore/core-util.h>
|
||||
|
||||
#include "pipe.h"
|
||||
|
||||
|
|
|
|||
|
|
@ -25,7 +25,7 @@
|
|||
|
||||
#include <string.h>
|
||||
#include <locale.h>
|
||||
#include <dlfcn.h>
|
||||
#include <libintl.h>
|
||||
|
||||
#ifdef __APPLE__
|
||||
#include <crt_externs.h>
|
||||
|
|
|
|||
|
|
@ -40,6 +40,7 @@
|
|||
|
||||
#include <pulsecore/core-util.h>
|
||||
#include <pulsecore/core-error.h>
|
||||
#include <pulsecore/pipe.h>
|
||||
|
||||
#include "start-child.h"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue