gcov-iov.c: Include bconfig.h and system.h.

2012-06-22  Richard Guenther  <rguenther@suse.de>

	* gcov-iov.c: Include bconfig.h and system.h.

From-SVN: r188881
This commit is contained in:
Richard Guenther 2012-06-22 10:12:46 +00:00 committed by Richard Biener
parent dbf8589081
commit de703cd7d4
2 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,7 @@
2012-06-22 Richard Guenther <rguenther@suse.de>
* gcov-iov.c: Include bconfig.h and system.h.
2012-06-22 Andreas Schwab <schwab@linux-m68k.org>
* doc/include/texinfo.tex: Update to version 2012-06-05.14.

View File

@ -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
<http://www.gnu.org/licenses/>. */
#include <stdio.h>
#include <stdlib.h>
#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). */