[pulseaudio-discuss] [PATCH 2/3] Add some missing format.h includes
Maarten Bosmans
mkbosmans at gmail.com
Wed Aug 10 01:30:14 PDT 2011
---
src/pulse/ext-device-restore.h | 1 +
src/pulsecore/sink.c | 1 +
src/pulsecore/sink.h | 1 +
src/pulsecore/source.c | 1 +
src/pulsecore/source.h | 1 +
5 files changed, 5 insertions(+), 0 deletions(-)
diff --git a/src/pulse/ext-device-restore.h b/src/pulse/ext-device-restore.h
index eb0619c..9a70d87 100644
--- a/src/pulse/ext-device-restore.h
+++ b/src/pulse/ext-device-restore.h
@@ -24,6 +24,7 @@
***/
#include <pulse/context.h>
+#include <pulse/format.h>
#include <pulse/version.h>
/** \file
diff --git a/src/pulsecore/sink.c b/src/pulsecore/sink.c
index 77c665f..714b3d2 100644
--- a/src/pulsecore/sink.c
+++ b/src/pulsecore/sink.c
@@ -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>
diff --git a/src/pulsecore/sink.h b/src/pulsecore/sink.h
index 239936b..8aa04b8 100644
--- a/src/pulsecore/sink.h
+++ b/src/pulsecore/sink.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>
diff --git a/src/pulsecore/source.c b/src/pulsecore/source.c
index 9764a88..31ce39d 100644
--- a/src/pulsecore/source.c
+++ b/src/pulsecore/source.c
@@ -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>
diff --git a/src/pulsecore/source.h b/src/pulsecore/source.h
index 13d279d..50cec77 100644
--- a/src/pulsecore/source.h
+++ b/src/pulsecore/source.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>
--
1.7.4.1
More information about the pulseaudio-discuss
mailing list