summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrguenth <rguenth@138bc75d-0d04-0410-961f-82ee72b054a4>2012-06-22 10:36:25 +0000
committerrguenth <rguenth@138bc75d-0d04-0410-961f-82ee72b054a4>2012-06-22 10:36:25 +0000
commitc1a6081c55ff851af6a25d1bbc54fd59f1d2bba0 (patch)
tree3babc6812862f6bb2721c1e6dc1fa7a16c1ce28d
parentb2773c43bd60e267a00d71c8a872ede985c77021 (diff)
downloadgcc-c1a6081c55ff851af6a25d1bbc54fd59f1d2bba0.tar.gz
2012-06-22 Richard Guenther <rguenther@suse.de>
* gcov-iov.c: Include bconfig.h and system.h. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/gcc-4_7-branch@188883 138bc75d-0d04-0410-961f-82ee72b054a4
-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 746a4d19369..100e2d75204 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,5 +1,9 @@
2012-06-22 Richard Guenther <rguenther@suse.de>
+ * gcov-iov.c: Include bconfig.h and system.h.
+
+2012-06-22 Richard Guenther <rguenther@suse.de>
+
PR gcov-profile/53744
* gcov-iov.c (main): Treat "" and "prerelease" the same.
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
<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). */