]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
gcov-iov.c: Include bconfig.h and system.h.
authorRichard Guenther <rguenther@suse.de>
Fri, 22 Jun 2012 12:34:36 +0000 (12:34 +0000)
committerRichard Biener <rguenth@gcc.gnu.org>
Fri, 22 Jun 2012 12:34:36 +0000 (12:34 +0000)
2012-06-22  Richard Guenther  <rguenther@suse.de>

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

From-SVN: r188887

gcc/ChangeLog
gcc/gcov-iov.c

index 7945ec5ae8270d30531126ca0d7af86fa3768d3d..cd8e4e7049bb37c8914a923ab79696d77f4c0423 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  Richard Guenther  <rguenther@suse.de>
 
        PR gcov-profile/53744
index 5217f817abd5a95411de5b8a166bc668109c3724..9bb1c4be3b10b26b9a414f3b7a049001855827be 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).  */