K 10 svn:author V 6 kevans K 8 svn:date V 27 2020-02-21T04:38:59.355364Z K 7 svn:log V 279 MFC r347445, r353961: dtc build issues r347445: Fix build issue with clang 8.0.1 The algorithm header is needed to use std::remove_if r353961: exit requires stdlib.h to be included to use. FreeBSD 10.3 requires this, and dtc is a bootstrap tool so it needs to compile there. END