ports/devel/monotone/patches/patch-src_cmd_cc

12 lines
183 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
Index: src/cmd.cc
--- src/cmd.cc.orig
+++ src/cmd.cc
@@ -31,6 +31,7 @@
#include <iostream>
#include <cstring>
+#include <unistd.h>
using std::string;
using std::stringstream;