BSD compile fix.

This commit is contained in:
Cory McWilliams 2024-02-25 14:57:14 -05:00
parent 709ca55e65
commit 1ed0e817e8

View File

@ -32,6 +32,7 @@
#if !defined(_WIN32)
#include <unistd.h>
#include <sys/wait.h>
#endif
#if defined(_WIN32)