mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-12-16 08:56:45 -05:00
pipewire: add missing stdbool.h include to version.h.in
The header file only works when included in a file where stdbool.h was already included otherwise.
This commit is contained in:
parent
920bb7160e
commit
193384b26a
1 changed files with 2 additions and 0 deletions
|
|
@ -11,6 +11,8 @@
|
||||||
extern "C" {
|
extern "C" {
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#include <stdbool.h>
|
||||||
|
|
||||||
/** Return the version of the header files. Keep in mind that this is
|
/** Return the version of the header files. Keep in mind that this is
|
||||||
a macro and not a function, so it is impossible to get the pointer of
|
a macro and not a function, so it is impossible to get the pointer of
|
||||||
it. */
|
it. */
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue