summaryrefslogtreecommitdiffstats
path: root/src/pulsecore
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2008-10-21 18:40:01 +0200
committerLennart Poettering <lennart@poettering.net>2008-10-23 23:03:22 +0200
commitb041aac9b104008240cf4f3571de6a4637d94b1d (patch)
tree9a1eb183f74a0eacd42544a4ed921f71dc21f0c9 /src/pulsecore
parentab1139ffd3b33e55cd0a480e6e6ed86f5f1b53f1 (diff)
include log.h near the end so that macro.h can be included in log.h and defines pa_bool_t properly
Diffstat (limited to 'src/pulsecore')
-rw-r--r--src/pulsecore/macro.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/pulsecore/macro.h b/src/pulsecore/macro.h
index 2d031dad..cf02696c 100644
--- a/src/pulsecore/macro.h
+++ b/src/pulsecore/macro.h
@@ -30,7 +30,6 @@
#include <stdio.h>
#include <stdlib.h>
-#include <pulsecore/log.h>
#include <pulse/gccmacro.h>
#ifndef PACKAGE
@@ -221,4 +220,7 @@ typedef int pa_bool_t;
#endif
+/* We include this at the very last place */
+#include <pulsecore/log.h>
+
#endif