summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2008-06-23 22:46:22 +0200
committerLennart Poettering <lennart@poettering.net>2008-06-23 22:46:22 +0200
commit57aee6d59fab13dd1ba870204cfc375ecf966650 (patch)
treecae1932cbb761091b846f3422f6ef2baa6dfb78f /src
parent8885ddf716c67cbec0cac977a6ccdbf447bc3b86 (diff)
include proplist.h in pulseaudio.h
Diffstat (limited to 'src')
-rw-r--r--src/pulse/pulseaudio.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/pulse/pulseaudio.h b/src/pulse/pulseaudio.h
index ee8a4bb8..4a4531e6 100644
--- a/src/pulse/pulseaudio.h
+++ b/src/pulse/pulseaudio.h
@@ -43,6 +43,7 @@
#include <pulse/mainloop-signal.h>
#include <pulse/util.h>
#include <pulse/timeval.h>
+#include <pulse/proplist.h>
/** \file
* Include all libpulse header files at once. The following
@@ -50,7 +51,7 @@
* \ref context.h, \ref stream.h, \ref introspect.h, \ref subscribe.h,
* \ref scache.h, \ref version.h, \ref error.h, \ref channelmap.h,
* \ref operation.h,\ref volume.h, \ref xmalloc.h, \ref utf8.h, \ref
- * thread-mainloop.h, \ref mainloop.h, \ref util.h, \ref timeval.h and
+ * thread-mainloop.h, \ref mainloop.h, \ref util.h, \ref proplist.h, \ref timeval.h and
* \ref mainloop-signal.h at once */
/** \mainpage