mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-05 13:29:57 -05:00
Add some missing format.h includes
This commit is contained in:
parent
f10da7683d
commit
464ddcdfea
5 changed files with 5 additions and 1 deletions
|
|
@ -24,8 +24,8 @@
|
|||
***/
|
||||
|
||||
#include <pulse/context.h>
|
||||
#include <pulse/version.h>
|
||||
#include <pulse/format.h>
|
||||
#include <pulse/version.h>
|
||||
|
||||
/** \file
|
||||
*
|
||||
|
|
|
|||
|
|
@ -29,6 +29,7 @@
|
|||
#include <string.h>
|
||||
|
||||
#include <pulse/introspect.h>
|
||||
#include <pulse/format.h>
|
||||
#include <pulse/utf8.h>
|
||||
#include <pulse/xmalloc.h>
|
||||
#include <pulse/timeval.h>
|
||||
|
|
|
|||
|
|
@ -30,6 +30,7 @@ typedef struct pa_sink_volume_change pa_sink_volume_change;
|
|||
#include <inttypes.h>
|
||||
|
||||
#include <pulse/def.h>
|
||||
#include <pulse/format.h>
|
||||
#include <pulse/sample.h>
|
||||
#include <pulse/channelmap.h>
|
||||
#include <pulse/volume.h>
|
||||
|
|
|
|||
|
|
@ -27,6 +27,7 @@
|
|||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
#include <pulse/format.h>
|
||||
#include <pulse/utf8.h>
|
||||
#include <pulse/xmalloc.h>
|
||||
#include <pulse/timeval.h>
|
||||
|
|
|
|||
|
|
@ -29,6 +29,7 @@ typedef struct pa_source_volume_change pa_source_volume_change;
|
|||
#include <inttypes.h>
|
||||
|
||||
#include <pulse/def.h>
|
||||
#include <pulse/format.h>
|
||||
#include <pulse/sample.h>
|
||||
#include <pulse/channelmap.h>
|
||||
#include <pulse/volume.h>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue