parisc: Include missing <stdbool.h> The parisc.c file uses boolean type and true/false. Normally, this needs a header file <stdbool.h> to be included - unless you use compiler in C23 mode, which pre-defines these. Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>