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