aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog4
-rw-r--r--gcc/gcov-iov.c4
2 files changed, 6 insertions, 2 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 1c1f5b9..f5c1609 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -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.
diff --git a/gcc/gcov-iov.c b/gcc/gcov-iov.c
index bd062e7..59109c1 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
<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). */