浏览代码

ZOOKEEPER-4654: Fix C client test compilation error in Util.cc.

Author: Chris Nauroth <cnauroth@apache.org>

Reviewers: Enrico Olivelli <eolivelli@apache.org>, Mate Szalay-Beko <symat@apache.org>

Closes #1967 from cnauroth/ZOOKEEPER-4654
Chris Nauroth 2 年之前
父节点
当前提交
9a43bc95aa
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      zookeeper-client/zookeeper-client-c/tests/Util.cc

+ 2 - 0
zookeeper-client/zookeeper-client-c/tests/Util.cc

@@ -16,6 +16,8 @@
  * limitations under the License.
  */
 
+#include <time.h>
+
 #include "Util.h"
 #include "string.h"