Skip to content
Snippets Groups Projects
Commit 69781767 authored by scjones's avatar scjones
Browse files

* system.h: Restore <signal.h> since many files require it.

parent ae72871e
No related branches found
No related tags found
No related merge requests found
2008-11-18 Larry Jones <lawrence.jones@siemens.com>
* system.h: Restore <signal.h> since many files require it.
2008-11-14 Larry Jones <lawrence.jones@siemens.com> 2008-11-14 Larry Jones <lawrence.jones@siemens.com>
* sunos57-select.c: Replace obsolete "xtime.h" with <sys/time.h>. * sunos57-select.c: Replace obsolete "xtime.h" with <sys/time.h>.
......
...@@ -26,6 +26,7 @@ ...@@ -26,6 +26,7 @@
#include <assert.h> #include <assert.h>
#include <ctype.h> #include <ctype.h>
#include <errno.h> #include <errno.h>
#include <signal.h>
#include <stdio.h> #include <stdio.h>
/* A GNULIB wrapper for these C89 headers is supplied to solve problems in /* A GNULIB wrapper for these C89 headers is supplied to solve problems in
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment