diff options
Diffstat (limited to 'gcc/gcov-io.h')
-rw-r--r-- | gcc/gcov-io.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/gcov-io.h b/gcc/gcov-io.h index b7492d7..76c0c9f 100644 --- a/gcc/gcov-io.h +++ b/gcc/gcov-io.h @@ -232,7 +232,7 @@ typedef HOST_WIDEST_INT gcov_type; is not also used in a DSO. */ #if IN_LIBGCOV -#include "auto-host.h" /* for HAVE_GAS_HIDDEN */ +#include "tconfig.h" #define gcov_var __gcov_var #define gcov_open __gcov_open |