[libc] Fix mismatch in exception decl
When running the libc tests under vscode, I got an error about a mismatches exception declaration for strerror. Since string.h seems to be getting included transitively anyway, just include it and rely on its definition. Reviewed By: michaelrj Differential Revision: https://reviews.llvm.org/D144803
Loading
Please sign in to comment