diff options
author | andreast <andreast@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-07-25 21:38:55 +0000 |
---|---|---|
committer | andreast <andreast@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-07-25 21:38:55 +0000 |
commit | cf75691440a6e025679db7b487ac019318506d90 (patch) | |
tree | e45a703d70ddf0103bc82db7f915f8d9f19932c1 /gcc/config/darwin.c | |
parent | 43de460ba3ac48a14c5c4612624861af58095ce8 (diff) | |
download | gcc-cf75691440a6e025679db7b487ac019318506d90.tar.gz |
2007-07-25 Andreas Tobler <a.tobler@schweiz.org>
* config/darwin.c: Include debug.h.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@126933 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/darwin.c')
-rw-r--r-- | gcc/config/darwin.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/config/darwin.c b/gcc/config/darwin.c index 1f607fd8c0d..93c629d426f 100644 --- a/gcc/config/darwin.c +++ b/gcc/config/darwin.c @@ -46,6 +46,7 @@ Boston, MA 02110-1301, USA. */ #include "toplev.h" #include "hashtab.h" #include "df.h" +#include "debug.h" /* Darwin supports a feature called fix-and-continue, which is used for rapid turn around debugging. When code is compiled with the |