included missing unistd for sleep

git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@468 8eb893ce-cfd4-0310-b710-fb5ebe64c474
sayer/1.4-spce2.6
Stefan Sayer 19 years ago
parent dff4954f8b
commit 400ded0923

@ -26,11 +26,13 @@
*/
#include <sys/time.h>
#include <unistd.h>
#include "log.h"
#include "AmCallWatcher.h"
AmCallWatcher::AmCallWatcher()
: garbage_collector(new AmCallWatcherGarbageCollector(soft_states_mut, soft_states)),
AmEventQueue(this)

Loading…
Cancel
Save