diff options
author | Joseph Myers <joseph@codesourcery.com> | 2010-11-24 17:46:21 +0000 |
---|---|---|
committer | Joseph Myers <jsm28@gcc.gnu.org> | 2010-11-24 17:46:21 +0000 |
commit | a19ff177943cacfaad1fe950d2a775a266700eaf (patch) | |
tree | 54c39d0acadebea61119cd618776e16f35a8b747 /gcc/toplev.c | |
parent | ecf9b8aefcf233047b6afb3e1bdafb2ce015d880 (diff) | |
download | gcc-a19ff177943cacfaad1fe950d2a775a266700eaf.zip gcc-a19ff177943cacfaad1fe950d2a775a266700eaf.tar.gz gcc-a19ff177943cacfaad1fe950d2a775a266700eaf.tar.bz2 |
* toplev.c: Include <signal.h>.
From-SVN: r167123
Diffstat (limited to 'gcc/toplev.c')
-rw-r--r-- | gcc/toplev.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/toplev.c b/gcc/toplev.c index 0d8cd13..06a73bd 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> |