mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-10-29 05:40:23 -04:00
libpulse: add missing includes
This commit is contained in:
parent
e5ac4b5ee7
commit
c9375aa5e9
2 changed files with 4 additions and 0 deletions
|
|
@ -24,6 +24,8 @@
|
|||
|
||||
#include <pulse/context.h>
|
||||
#include <pulse/version.h>
|
||||
#include <pulse/volume.h>
|
||||
#include <pulse/channelmap.h>
|
||||
|
||||
/** \file
|
||||
*
|
||||
|
|
|
|||
|
|
@ -31,6 +31,8 @@
|
|||
#include <pulse/def.h>
|
||||
#include <pulse/cdecl.h>
|
||||
#include <pulse/operation.h>
|
||||
#include <pulse/context.h>
|
||||
#include <pulse/proplist.h>
|
||||
|
||||
/** \page streams Audio Streams
|
||||
*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue