소스 검색

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"