include log.h near the end so that macro.h can be included in log.h and defines pa_bool_t properly

This commit is contained in:
Lennart Poettering 2008-10-21 18:40:01 +02:00
parent d4c6342032
commit f92a814118

View file

@ -30,7 +30,6 @@
#include <stdio.h> #include <stdio.h>
#include <stdlib.h> #include <stdlib.h>
#include <pulsecore/log.h>
#include <pulse/gccmacro.h> #include <pulse/gccmacro.h>
#ifndef PACKAGE #ifndef PACKAGE
@ -221,4 +220,7 @@ typedef int pa_bool_t;
#endif #endif
/* We include this at the very last place */
#include <pulsecore/log.h>
#endif #endif