ports/devel/apache-orc/files/patch-tools_test_ToolTest.cc
Wen Heping b11148dbd1 devel/apache-orc: New port
Apache ORC is a self-describing type-aware columnar file format designed for
Hadoop workloads. It is optimized for large streaming reads, but with integrated
support for finding required rows quickly.
2024-12-17 01:05:14 +00:00

10 lines
234 B
C++

--- tools/test/ToolTest.cc.orig 2024-12-16 03:01:39 UTC
+++ tools/test/ToolTest.cc
@@ -28,6 +28,7 @@
#include <sstream>
#include <string>
#include <vector>
+#include <sys/wait.h>
namespace {
const char* exampleDirectory = 0;