From: Lennart Poettering Date: Tue, 21 Oct 2008 16:40:01 +0000 (+0200) Subject: include log.h near the end so that macro.h can be included in log.h and defines pa_bo... X-Git-Tag: submit/2.0-panda/20130828.192557~2571 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f92a8141188236f07c95a5912e905acab0f75e7d;p=profile%2Fivi%2Fpulseaudio-panda.git include log.h near the end so that macro.h can be included in log.h and defines pa_bool_t properly --- diff --git a/src/pulsecore/macro.h b/src/pulsecore/macro.h index 2d031da..cf02696 100644 --- a/src/pulsecore/macro.h +++ b/src/pulsecore/macro.h @@ -30,7 +30,6 @@ #include #include -#include #include #ifndef PACKAGE @@ -221,4 +220,7 @@ typedef int pa_bool_t; #endif +/* We include this at the very last place */ +#include + #endif