gcc/c++tools
Jakub Jelinek 7a5e9a58fb c++tools: Include <cstdlib> for exit [PR100731]
This TU uses exit, but doesn't include <stdlib.h> or <cstdlib> and relies
on some other header to include it indirectly, which apparently doesn't
happen on reporter's host.

The other <c*> headers aren't guarded either and we rely on a compiler
capable of C++11, so maybe we can rely on <cstdlib> being around
unconditionally.

2021-05-25  Jakub Jelinek  <jakub@redhat.com>

	PR bootstrap/100731
	* server.cc: Include <cstdlib>.
2021-05-25 16:44:35 +02:00
..
ChangeLog Daily bump. 2021-05-11 00:16:36 +00:00
config.h.in bootstrap: Fix some windows issues [PR 98300] 2020-12-17 05:57:13 -08:00
configure Fix typo and weird syntax in configure script 2021-05-25 12:13:15 +02:00
configure.ac Fix typo and weird syntax in configure script 2021-05-25 12:13:15 +02:00
Makefile.in Update copyright years in c++tools 2021-05-25 11:12:03 +02:00
resolver.cc Update copyright years in c++tools 2021-05-25 11:12:03 +02:00
resolver.h Update copyright years in c++tools 2021-05-25 11:12:03 +02:00
server.cc c++tools: Include <cstdlib> for exit [PR100731] 2021-05-25 16:44:35 +02:00