From: Richard Guenther Date: Fri, 22 Jun 2012 12:32:34 +0000 (+0000) Subject: gcov-iov.c: Include bconfig.h and system.h. X-Git-Tag: releases/gcc-4.6.4~478 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4410b230fee0d7dd4fefd54753e5876d05f20412;p=thirdparty%2Fgcc.git 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: r188886 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index d1efe1f5992d..740f812e4987 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 Richard Guenther PR gcov-profile/53744 diff --git a/gcc/gcov-iov.c b/gcc/gcov-iov.c index bd062e7b11c3..59109c1f912f 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). */