This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [patch][mudflap] Mudflap cleanup
- From: Paolo Bonzini <bonzini at gnu dot org>
- To: Olatunji Ruwase <tjruwase at google dot com>
- Cc: gcc-patches <gcc-patches at gcc dot gnu dot org>, "Frank Ch. Eigler" <fche at redhat dot com>
- Date: Sat, 18 Jul 2009 16:30:48 +0200
- Subject: Re: [patch][mudflap] Mudflap cleanup
- References: <fe7fd8170907171244l428a35e3x27a1ecd0e2ccc604@mail.gmail.com>
Cool!
> --- gcc/tree-mudflap.c (revision 149693)
> +++ gcc/tree-mudflap.c (working copy)
> @@ -47,6 +47,8 @@ along with GCC; see the file COPYING3.
> #include "cgraph.h"
> #include "toplev.h"
> #include "gimple.h"
> +#include "c-common.h"
> +#include "target.h"
What requires c-common.h here though?
Paolo