git-svn-id: https://svn.apache.org/repos/asf/hadoop/zookeeper/trunk@796045 13f79535-47bb-0310-9956-ffa450edef68
@@ -12,6 +12,8 @@ mahadev)
ZOOKEEPER-471. update zkperl for 3.2.x branch (chris via mahadev)
+ ZOOKEEPER-470. include unistd.h for sleep() in c tests (chris via mahadev)
+
IMPROVEMENTS:
ZOOKEEPER-473. cleanup junit tests to eliminate false positives due to
"socket reuse" and failure to close client (phunt via mahadev)
@@ -20,6 +20,7 @@
#include "CppAssertHelper.h"
#include <stdlib.h>
+#include <unistd.h>
#include <sys/select.h>
#include "CollectionUtil.h"