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
This commit is contained in:
axel
2006-07-31 06:26:59 +10:00
parent 0768cf7e53
commit 60f0533821
6 changed files with 20 additions and 1 deletions

4
exec.c
View File

@@ -21,6 +21,10 @@
#include <assert.h>
#include <dirent.h>
#ifdef HAVE_SIGINFO_H
#include <siginfo.h>
#endif
#include "config.h"
#include "fallback.h"