diff options
Diffstat (limited to 'gcc-4.6/gcc/c-family/c-pretty-print.h')
-rw-r--r-- | gcc-4.6/gcc/c-family/c-pretty-print.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc-4.6/gcc/c-family/c-pretty-print.h b/gcc-4.6/gcc/c-family/c-pretty-print.h index f0daa4a..ed6e9b5 100644 --- a/gcc-4.6/gcc/c-family/c-pretty-print.h +++ b/gcc-4.6/gcc/c-family/c-pretty-print.h @@ -23,7 +23,7 @@ along with GCC; see the file COPYING3. If not see #define GCC_C_PRETTY_PRINTER #include "tree.h" -#include "c-common.h" +#include "c-family/c-common.h" #include "pretty-print.h" |