mirror of
https://github.com/steveicarus/iverilog.git
synced 2026-08-29 01:03:29 +02:00
driver/main.c uses _NSGetExecutablePath in the __APPLE__ code path but does not include the header that declares it, causing a build failure on macOS. Signed-off-by: Huang Rui <[email protected]>