summaryrefslogtreecommitdiff
path: root/gcc/toplev.c
diff options
context:
space:
mode:
authorjsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4>2010-11-24 17:46:21 +0000
committerjsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4>2010-11-24 17:46:21 +0000
commitbb8ec5ddee4d2ad449d0a2684138209fb7322c38 (patch)
tree54c39d0acadebea61119cd618776e16f35a8b747 /gcc/toplev.c
parentfa7a183ac68d0f2fa8dfdf6558c1013c4f0735b2 (diff)
downloadgcc-bb8ec5ddee4d2ad449d0a2684138209fb7322c38.tar.gz
* toplev.c: Include <signal.h>.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@167123 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/toplev.c')
-rw-r--r--gcc/toplev.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/toplev.c b/gcc/toplev.c
index 0d8cd137ec9..06a73bd3a55 100644
--- a/gcc/toplev.c
+++ b/gcc/toplev.c
@@ -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>