auxiliary/os: Add missing signal.h include.
The signal.h include was missed in the commit
bc16c73407 which leads to broken
compilations under Linux.
Signed-off-by: José Fonseca <jose.r.fonseca@gmail.com>
This commit is contained in:
parent
3cd7bee48f
commit
0ad0bc5af5
1 changed files with 1 additions and 0 deletions
|
|
@ -44,6 +44,7 @@
|
|||
|
||||
#include <pthread.h> /* POSIX threads headers */
|
||||
#include <stdio.h> /* for perror() */
|
||||
#include <signal.h>
|
||||
|
||||
|
||||
/* pipe_thread
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue