1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-08-08 17:42:12 +03:00

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

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>