You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-lisp/sbcl/files/gentoo_fix_waitpid_c.patch

12 lines
407 B

diff -uNr sbcl-1.0.55.orig/src/runtime/run-program.c sbcl-1.0.55/src/runtime/run-program.c
--- a/src/runtime/run-program.c 2012-03-26 06:01:42.000000000 -0400
+++ b/src/runtime/run-program.c 2012-03-26 06:02:07.000000000 -0400
@@ -20,6 +20,7 @@
#include <stdlib.h>
#include <sys/file.h>
#include <sys/types.h>
+#include <sys/wait.h>
#include <signal.h>
#include <sys/stat.h>
#include <fcntl.h>