| Submitter | Joseph S. Myers |
|---|---|
| Date | Nov. 24, 2010, 5:58 p.m. |
| Message ID | <Pine.LNX.4.64.1011241746440.1678@digraph.polyomino.org.uk> |
| Download | mbox | patch |
| Permalink | /patch/72927/ |
| State | New |
| Headers | show |
Comments
Patch
Index: toplev.c =================================================================== --- toplev.c (revision 167122) +++ toplev.c (working copy) @@ -28,6 +28,7 @@ #include "system.h" #include "coretypes.h" #include "tm.h" +#include <signal.h> #ifdef HAVE_SYS_TIMES_H # include <sys/times.h> Index: ChangeLog =================================================================== --- ChangeLog (revision 167122) +++ ChangeLog (working copy) @@ -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