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 ab1139ffd3
commit b041aac9b1

View 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