diff options
| -rw-r--r-- | man3/pthread_sigqueue.3 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/man3/pthread_sigqueue.3 b/man3/pthread_sigqueue.3 index 84611efe60..73329fe24f 100644 --- a/man3/pthread_sigqueue.3 +++ b/man3/pthread_sigqueue.3 @@ -27,6 +27,7 @@ pthread_sigqueue \- queue a signal and data to a thread .SH SYNOPSIS .nf +.B #include <signal.h> .B #include <pthread.h> .BI "int pthread_sigqueue(pthread_t " thread ", int " sig , |
