diff options
author | nathan <nathan@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-04-21 21:23:43 +0000 |
---|---|---|
committer | nathan <nathan@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-04-21 21:23:43 +0000 |
commit | e9fb8a644d960cfbeca88a7f9ef86b54701a79d0 (patch) | |
tree | 9488b731348ab0272cc16dc2311f3c81d9dbf150 /gcc/gcov.c | |
parent | 4c4a1039ab8fa4fc34a09fc84c0fe85c6daf7125 (diff) | |
download | gcc-e9fb8a644d960cfbeca88a7f9ef86b54701a79d0.tar.gz |
commit two parts of my last patch that escaped, somehow
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@65906 138bc75d-0d04-0410-961f-82ee72b054a4
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 |