nptl: Include <stdbool.h> in tst-pthread_gettid_np.c

The test uses the while (true) construct.
This commit is contained in:
Florian Weimer 2025-03-12 11:10:14 +01:00
parent 1ec411f7ae
commit 6e30efe570
1 changed files with 1 additions and 0 deletions

View File

@ -20,6 +20,7 @@
#include <pthread.h>
#include <sched.h>
#include <signal.h>
#include <stdbool.h>
#include <support/check.h>
#include <support/xthread.h>
#include <unistd.h>