Bläddra i källkod

Fix compile for NetBSD and OpenBSD (#11896)

Brad Smith 8 månader sedan
förälder
incheckning
9a7121ed4f
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      libs/extc/process_stubs.c

+ 1 - 1
libs/extc/process_stubs.c

@@ -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>