]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* toplev.c: Include <signal.h>.
authorJoseph Myers <joseph@codesourcery.com>
Wed, 24 Nov 2010 17:46:21 +0000 (17:46 +0000)
committerJoseph Myers <jsm28@gcc.gnu.org>
Wed, 24 Nov 2010 17:46:21 +0000 (17:46 +0000)
From-SVN: r167123

gcc/ChangeLog
gcc/toplev.c

index 7dfe5f49b3240cb7db0cec3a62fb0925a07f9424..534b74296aa2a490c6a2034d75a7b96c10412943 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 0d8cd137ec9e4e985cf0d2c3b66048066f8c4eac..06a73bd3a557570375773837ec1bf731fa2a34a0 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>