From ad71e97dd97ac3e84f43de2541be54beeb842d34 Mon Sep 17 00:00:00 2001
From: Marcel Loose <loose@astron.nl>
Date: Tue, 5 Feb 2008 10:48:41 +0000
Subject: [PATCH] Bug 61: unistd.h must be included on some platforsm when
 using sleep()

---
 LCS/Common/test/tTimer.cc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/LCS/Common/test/tTimer.cc b/LCS/Common/test/tTimer.cc
index e7583560180..86ee6e408c2 100644
--- a/LCS/Common/test/tTimer.cc
+++ b/LCS/Common/test/tTimer.cc
@@ -25,7 +25,7 @@
 
 #include <cmath>
 #include <iostream>
-
+#include <unistd.h>
 #include <Common/Timer.h>
 
 double a = 1;
-- 
GitLab