* toplev.c: Include <signal.h>.
From-SVN: r167123
This commit is contained in:
parent
ecf9b8aefc
commit
a19ff17794
2 changed files with 5 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
|||
2010-11-24 Joseph Myers <joseph@codesourcery.com>
|
||||
|
||||
* toplev.c: Include <signal.h>.
|
||||
|
||||
2010-11-24 Richard Guenther <rguenther@suse.de>
|
||||
|
||||
PR lto/43218
|
||||
|
|
|
@ -28,6 +28,7 @@ along with GCC; see the file COPYING3. If not see
|
|||
#include "system.h"
|
||||
#include "coretypes.h"
|
||||
#include "tm.h"
|
||||
#include <signal.h>
|
||||
|
||||
#ifdef HAVE_SYS_TIMES_H
|
||||
# include <sys/times.h>
|
||||
|
|
Loading…
Add table
Reference in a new issue