* toplev.c: Include <signal.h>.
authorjsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 24 Nov 2010 17:46:21 +0000 (17:46 +0000)
committerjsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 24 Nov 2010 17:46:21 +0000 (17:46 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@167123 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/toplev.c

index 7dfe5f4..534b742 100644 (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
index 0d8cd13..06a73bd 100644 (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>