gcov-iov.c: Include bconfig.h and system.h.
authorRichard Guenther <rguenther@suse.de>
Fri, 22 Jun 2012 10:12:46 +0000 (10:12 +0000)
committerRichard Biener <rguenth@gcc.gnu.org>
Fri, 22 Jun 2012 10:12:46 +0000 (10:12 +0000)
2012-06-22  Richard Guenther  <rguenther@suse.de>

* gcov-iov.c: Include bconfig.h and system.h.

From-SVN: r188881

gcc/ChangeLog
gcc/gcov-iov.c

index 1c1f5b9b8a98172b10094ac6588fec5d003da771..f5c1609a566a10f70dddf820343e602b53fc91c0 100644 (file)
@@ -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.
index bd062e7b11c375f9d1920b7a532d057c9b9a1c70..59109c1f912fd4fad59a10cbcdbcdb285e2df201 100644 (file)
@@ -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).  */