* toplev.c: Include <signal.h>.

From-SVN: r167123
This commit is contained in:
Joseph Myers 2010-11-24 17:46:21 +00:00 committed by Joseph Myers
parent ecf9b8aefc
commit a19ff17794
2 changed files with 5 additions and 0 deletions

View file

@ -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

View file

@ -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>