mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-10-29 05:40:23 -04:00
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:
parent
d4c6342032
commit
f92a814118
1 changed files with 3 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue