aboutsummaryrefslogtreecommitdiffhomepage
path: root/proc.c
diff options
context:
space:
mode:
authorGravatar axel <axel@liljencrantz.se>2006-07-31 06:26:59 +1000
committerGravatar axel <axel@liljencrantz.se>2006-07-31 06:26:59 +1000
commit60f05338216ecd819fe9889124b4d40049d830cb (patch)
treee846db29631918ad78a112ed386b4e5b1c701439 /proc.c
parent0768cf7e537d303c4601fb271f90a3caf87e52d7 (diff)
Include siginfo.h in all signal-using files to make Solaris happy. Thanks to Netocrat for the report and a description of the solution.
darcs-hash:20060730202659-ac50b-1840aff40ec2467242bd107676c7426cdb14f643.gz
Diffstat (limited to 'proc.c')
-rw-r--r--proc.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/proc.c b/proc.c
index 4c5e50df..bf6cbfdf 100644
--- a/proc.c
+++ b/proc.c
@@ -42,6 +42,9 @@ Some of the code in this file is based on code from the Glibc manual.
#include <ncurses/term.h>
#endif
+#ifdef HAVE_SIGINFO_H
+#include <siginfo.h>
+#endif
#include "fallback.h"
#include "util.h"