blob: 666daf03e86b0c9003ed276091fd7be2d88edc08 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
--- 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;
|