summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2008-10-21 18:40:01 +0200
committerLennart Poettering <lennart@poettering.net>2008-10-21 18:40:01 +0200
commitf92a8141188236f07c95a5912e905acab0f75e7d (patch)
tree897b78eba83cd3df6152638fdc794ff0c28312a1 /src
parentd4c63420320da18a6223554976dec1b02ee9ac90 (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')
-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