From 96c87f326aee7b6499aae5ff3f6e208f2db6cd0e Mon Sep 17 00:00:00 2001
From: Rider Linden <rider@lindenlab.com>
Date: Fri, 18 Sep 2015 12:31:03 -0700
Subject: [PATCH] Shouldn't have renamed this include.

---
 indra/llcommon/llprocess.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/indra/llcommon/llprocess.cpp b/indra/llcommon/llprocess.cpp
index a8a772b7df2..db29504b422 100755
--- a/indra/llcommon/llprocess.cpp
+++ b/indra/llcommon/llprocess.cpp
@@ -1231,7 +1231,7 @@ static std::string WindowsErrorString(const std::string& operation)
 #include <signal.h>
 #include <fcntl.h>
 #include <errno.h>
-#include <sys/suspend.h>
+#include <sys/wait.h>
 
 void LLProcess::autokill()
 {
-- 
GitLab