Browse Source

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 years ago
parent
commit
9a43bc95aa
1 changed files with 2 additions and 0 deletions
  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"