Dan McGregor a762cc2155
[flang] include sys/wait.h for EXECUTE_COMMAND_LINE (#77675)
Linux defines WEXITSTATUS in stdlib.h, but at least FreeBSD and NetBSD
only define it in sys/wait.h. Include this header unconditionally, since
it is required on the BSDs and should be harmless on other platforms.

Fixes FreeBSD build after #74077.
2024-01-12 11:53:22 +00:00
..
2024-01-11 11:23:08 -08:00
2023-05-30 14:12:20 -07:00