Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
IPC: Add missing includes of errno.h
These files use errno constants such as EACCES, while relying on this header to be included implicitly. If building with the latest libc++ versions, configured with _LIBCPP_REMOVE_TRANSITIVE_INCLUDES=1 (which removes unnecessary transitive includes from the public headers), one runs into this error, where errno.h no longer is implicitly included through other headers. Prior to 762017f, these functions were in separate files that explicitly did include errno.h. Change-Id: I7b02f2ffa35b86606f6c173bf6a6d2917dbdc151 Reviewed-by: Thiago Macieira <[email protected]> Reviewed-by: Giuseppe D'Angelo <[email protected]> (cherry picked from commit 9f42946) Reviewed-by: Qt Cherry-pick Bot <[email protected]>
- Loading branch information