From 19b5b71feb51544a442b71af725d26aae2c55527 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Thu, 16 Feb 2006 23:11:28 +0000 Subject: * drop polylib prefix from #define * include error.h from polypaudio.h git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@494 fefdeb5f-60dc-0310-8127-8f9354f1896f --- src/polyp/polypaudio.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'src/polyp/polypaudio.h') diff --git a/src/polyp/polypaudio.h b/src/polyp/polypaudio.h index 23208526..c6014bbb 100644 --- a/src/polyp/polypaudio.h +++ b/src/polyp/polypaudio.h @@ -1,5 +1,5 @@ -#ifndef foopolyplibhfoo -#define foopolyplibhfoo +#ifndef foopolypaudiohfoo +#define foopolypaudiohfoo /* $Id$ */ @@ -32,11 +32,12 @@ #include #include #include +#include /** \file * Include all polyplib header file at once. The following files are included: \ref mainloop-api.h, \ref sample.h, * \ref def.h, \ref context.h, \ref stream.h, - * \ref introspect.h, \ref subscribe.h and \ref scache.h \ref version.h + * \ref introspect.h, \ref subscribe.h, \ref scache.h, \ref version.h \ref error.h * at once */ /** \mainpage -- cgit