Include unistd.h in sig2str.c for Tru64 as it defines SIGRTMIN and

SIGRTMAX in terms of sysconf(), which is prototyped in unistd.h.
Bug #621; from Daniel Richard G.
This commit is contained in:
Todd C. Miller
2013-11-19 09:48:01 -07:00
parent 054a94e6c9
commit 0a47860ef7
3 changed files with 4 additions and 3 deletions

View File

@@ -37,6 +37,7 @@
# include <strings.h>
#endif /* HAVE_STRINGS_H */
#include <signal.h>
#include <unistd.h>
#include "missing.h"