opnsense-ports/sysutils/deltup/files/patch-system.cpp
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01: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;