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:
Tom A. Wagner 2023-07-24 12:48:33 +02:00
parent 920bb7160e
commit 193384b26a

View file

@ -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. */