freebsd-ports/sysutils/deltup/files/patch-system.cpp
Roman Bogorodskiy 306b2e73a6 Fix build on -CURRENT.
Reported by:	pkg-fallout
2013-10-13 11:34:11 +00:00

21 lines
420 B
C++

--- system.cpp.orig 2007-03-25 01:45:52.000000000 +0300
+++ system.cpp 2013-10-06 17:14:02.000000000 +0400
@@ -11,7 +11,8 @@
*
* Author: John Whitney <jjw@deltup.org>
*/
-
+
+#include <stdlib.h>
#include <sys/signal.h>
#include <string>
#include <vector>
@@ -19,7 +20,7 @@
using namespace std;
#include "file.h"
#include "bpatch.h"
-
+#include <sys/wait.h>
#include "filetypes.h"
bool verbose = false;