blob: 38982df21c9f6a6feaef7de5805b27e9f1a4e785 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
$NetBSD: patch-src_script.c,v 1.1 2015/07/24 10:33:27 adam Exp $
--- src/script.c.orig 2015-07-24 10:31:38.000000000 +0000
+++ src/script.c
@@ -32,6 +32,7 @@
#include <config.h>
#endif
+#include <sys/wait.h>
#include <stdarg.h>
#include "port.h"
|