summaryrefslogtreecommitdiffstats
path: root/src/polyp/polypaudio.h
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2006-02-16 23:11:28 +0000
committerLennart Poettering <lennart@poettering.net>2006-02-16 23:11:28 +0000
commit19b5b71feb51544a442b71af725d26aae2c55527 (patch)
treee9bb5db5ba429c9d0189eb01dc19ca4d7c054353 /src/polyp/polypaudio.h
parent45b1eeec6b3fa829dc08e61449105ca93566c4a0 (diff)
* 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
Diffstat (limited to 'src/polyp/polypaudio.h')
-rw-r--r--src/polyp/polypaudio.h7
1 files changed, 4 insertions, 3 deletions
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 <polyp/subscribe.h>
#include <polyp/scache.h>
#include <polyp/version.h>
+#include <polyp/error.h>
/** \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