From de703cd7d41e3be0fe997df99d11c6ca6dd0df8d Mon Sep 17 00:00:00 2001 From: Richard Guenther Date: Fri, 22 Jun 2012 10:12:46 +0000 Subject: [PATCH] gcov-iov.c: Include bconfig.h and system.h. 2012-06-22 Richard Guenther * gcov-iov.c: Include bconfig.h and system.h. From-SVN: r188881 --- gcc/ChangeLog | 4 ++++ gcc/gcov-iov.c | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 1c1f5b9b8a9..f5c1609a566 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2012-06-22 Richard Guenther + + * gcov-iov.c: Include bconfig.h and system.h. + 2012-06-22 Andreas Schwab * doc/include/texinfo.tex: Update to version 2012-06-05.14. diff --git a/gcc/gcov-iov.c b/gcc/gcov-iov.c index bd062e7b11c..59109c1f912 100644 --- a/gcc/gcov-iov.c +++ b/gcc/gcov-iov.c @@ -19,8 +19,8 @@ You should have received a copy of the GNU General Public License along with GCC; see the file COPYING3. If not see . */ -#include -#include +#include "bconfig.h" +#include "system.h" /* Command line arguments are the base GCC version and the development phase (the latter may be an empty string). */ -- 2.30.2