diff options
Diffstat (limited to 'gcc/gcov.c')
-rw-r--r-- | gcc/gcov.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/gcov.c b/gcc/gcov.c index d24979fc6fd..8a413677993 100644 --- a/gcc/gcov.c +++ b/gcc/gcov.c @@ -53,6 +53,7 @@ Boston, MA 02111-1307, USA. */ #define IN_GCOV 1 #include "gcov-io.h" +#include "gcov-io.c" /* The bbg file is generated by -ftest-coverage option. The da file is generated by a program compiled with -fprofile-arcs. Their formats |