rust/cargo-c: update to 0.10.7+cargo-0.84.0
[oi-userland.git] / components / cluster / libqb / patches / lib-unix.patch
blob56f1e1fedb92231aad7c402fd5ab6071254fb8b2
1 diff --git a/lib/unix.c b/lib/unix.c
2 index 44389d2..8bacb3e 100644
3 --- a/lib/unix.c
4 +++ b/lib/unix.c
5 @@ -20,6 +20,10 @@
6 */
7 #include "os_base.h"
9 +#ifdef QB_SOLARIS
10 +#include <signal.h>
11 +#endif
13 #ifdef HAVE_SYS_SHM_H
14 #include <sys/shm.h>
15 #endif