On Thu, 2015-03-26 at 21:54 +0100, Georg Chini wrote: > +#include <stream-interaction.h> If we have foo.c and foo.h, the convention is to include "foo.h" instead of <foo.h> from foo.c. > +void pa_cork_done(pa_module *m) { I'm used to init functions being defined before the destructor, so I moved pa_cork_done below pa_cork_init. With these changes, this patch is now in master. -- Tanu