From: Lennart Poettering Date: Wed, 17 May 2006 20:42:11 +0000 (+0000) Subject: include util.h in polypaudio.h X-Git-Tag: submit/2.0-panda/20130828.192557~3677 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=813868e1cb98390b32f6ec3fbf3019a7d15f7ab9;p=profile%2Fivi%2Fpulseaudio-panda.git include util.h in polypaudio.h git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@918 fefdeb5f-60dc-0310-8127-8f9354f1896f --- diff --git a/src/polyp/polypaudio.h b/src/polyp/polypaudio.h index fe25fe3..51e3f97 100644 --- a/src/polyp/polypaudio.h +++ b/src/polyp/polypaudio.h @@ -40,6 +40,7 @@ #include #include #include +#include /** \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 *