From 400ded092360075f3d44e2c72d82da99ba15878c Mon Sep 17 00:00:00 2001 From: Stefan Sayer Date: Fri, 28 Sep 2007 18:17:28 +0000 Subject: [PATCH] included missing unistd for sleep git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@468 8eb893ce-cfd4-0310-b710-fb5ebe64c474 --- core/AmCallWatcher.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/core/AmCallWatcher.cpp b/core/AmCallWatcher.cpp index 947399fb..1f60125c 100644 --- a/core/AmCallWatcher.cpp +++ b/core/AmCallWatcher.cpp @@ -26,11 +26,13 @@ */ #include +#include #include "log.h" #include "AmCallWatcher.h" + AmCallWatcher::AmCallWatcher() : garbage_collector(new AmCallWatcherGarbageCollector(soft_states_mut, soft_states)), AmEventQueue(this)