Skip to content

Commit

Permalink
Fix compile for NetBSD and OpenBSD
Browse files Browse the repository at this point in the history
  • Loading branch information
brad0 committed Dec 19, 2024
1 parent 2e91b2a commit 9435609
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/extc/process_stubs.c
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
# include <errno.h>
# include <string.h>
# ifndef __APPLE__
# if defined(__FreeBSD__) || defined(__DragonFly__)
# if defined(__FreeBSD__) || defined(__DragonFly__) || defined(__NetBSD__) || defined(__OpenBSD__)
# include <sys/wait.h>
# else
# include <wait.h>
Expand Down

0 comments on commit 9435609

Please sign in to comment.