mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-29 05:40:27 -04: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" {
|
||||
#endif
|
||||
|
||||
#include <stdbool.h>
|
||||
|
||||
/** 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
|
||||
it. */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue