summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2006-05-17 20:42:11 +0000
committerLennart Poettering <lennart@poettering.net>2006-05-17 20:42:11 +0000
commit813868e1cb98390b32f6ec3fbf3019a7d15f7ab9 (patch)
tree9e6357713bccaf1bf1b4fb0eefc93868f9bbf656
parentc47e937011f00eebab7230cedb58fd59f16487b4 (diff)
include util.h in polypaudio.h
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@918 fefdeb5f-60dc-0310-8127-8f9354f1896f
-rw-r--r--src/polyp/polypaudio.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/polyp/polypaudio.h b/src/polyp/polypaudio.h
index fe25fe30..51e3f970 100644
--- a/src/polyp/polypaudio.h
+++ b/src/polyp/polypaudio.h
@@ -40,6 +40,7 @@
#include <polyp/thread-mainloop.h>
#include <polyp/mainloop.h>
#include <polyp/mainloop-signal.h>
+#include <polyp/util.h>
/** \file
* Include all polyplib header files at once. The following
@@ -47,7 +48,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 and \ref mainloop-signal.h at once */
+ * thread-mainloop.h, \ref mainloop.h, \ref util.h and \ref mainloop-signal.h at once */
/** \mainpage
*