summaryrefslogtreecommitdiff
path: root/gcc/gcov-iov.c
diff options
context:
space:
mode:
authorrguenth <rguenth@138bc75d-0d04-0410-961f-82ee72b054a4>2012-06-22 10:12:46 +0000
committerrguenth <rguenth@138bc75d-0d04-0410-961f-82ee72b054a4>2012-06-22 10:12:46 +0000
commited5a298a6c236b36b72e2f84c8195a852dd46305 (patch)
tree76f64df3e0f28cfa97db60f19c1d66b4d6cdcb09 /gcc/gcov-iov.c
parentf451848256eca56f4da5b69efd2d4d70e8685cea (diff)
downloadgcc-ed5a298a6c236b36b72e2f84c8195a852dd46305.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/trunk@188881 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/gcov-iov.c')
-rw-r--r--gcc/gcov-iov.c4
1 files changed, 2 insertions, 2 deletions
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). */