diff options
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). */ |