include log.h near the end so that macro.h can be included in log.h and defines pa_bo...
authorLennart Poettering <lennart@poettering.net>
Tue, 21 Oct 2008 16:40:01 +0000 (18:40 +0200)
committerLennart Poettering <lennart@poettering.net>
Tue, 21 Oct 2008 16:40:01 +0000 (18:40 +0200)
src/pulsecore/macro.h

index 2d031da..cf02696 100644 (file)
@@ -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