diff options
author | Richard Guenther <rguenther@suse.de> | 2012-06-22 10:12:46 +0000 |
---|---|---|
committer | Richard Biener <rguenth@gcc.gnu.org> | 2012-06-22 10:12:46 +0000 |
commit | de703cd7d41e3be0fe997df99d11c6ca6dd0df8d (patch) | |
tree | 76f64df3e0f28cfa97db60f19c1d66b4d6cdcb09 /gcc/gcov-iov.c | |
parent | dbf85890817217b274b4543144398184e3600bc1 (diff) | |
download | gcc-de703cd7d41e3be0fe997df99d11c6ca6dd0df8d.zip gcc-de703cd7d41e3be0fe997df99d11c6ca6dd0df8d.tar.gz gcc-de703cd7d41e3be0fe997df99d11c6ca6dd0df8d.tar.bz2 |
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
Diffstat (limited to 'gcc/gcov-iov.c')
-rw-r--r-- | gcc/gcov-iov.c | 4 |
1 files changed, 2 insertions, 2 deletions
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). */ |