summaryrefslogtreecommitdiffstats
path: root/aclk/schema-wrappers
diff options
context:
space:
mode:
authorAustin S. Hemmelgarn <austin@netdata.cloud>2021-08-16 13:04:07 -0400
committerGitHub <noreply@github.com>2021-08-16 13:04:07 -0400
commitade4b8798173142fd7cf70be949343217dbe72b0 (patch)
treec12989e6700664d6ffa70c7a107d832bf37ba6de /aclk/schema-wrappers
parente4f2ba70097e7270b60bf890bfec024cd9a7d75c (diff)
Added support for bundling protobuf as part of the install. (#11374)
* Add support for bundling protobu as part of the install. * Fix typo. * Fix `make dist`. * Fix handling of protobuf usage. * Add explicit check for ACLK-NG in builds. * only protos in dist from aclk-schemas Co-authored-by: Timotej Šiškovič <timotej@netdata.cloud>
Diffstat (limited to 'aclk/schema-wrappers')
-rw-r--r--aclk/schema-wrappers/schema_wrapper_utils.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/aclk/schema-wrappers/schema_wrapper_utils.h b/aclk/schema-wrappers/schema_wrapper_utils.h
index 61362e3d24..494855f822 100644
--- a/aclk/schema-wrappers/schema_wrapper_utils.h
+++ b/aclk/schema-wrappers/schema_wrapper_utils.h
@@ -3,6 +3,7 @@
#ifndef SCHEMA_WRAPPER_UTILS_H
#define SCHEMA_WRAPPER_UTILS_H
+#include <sys/time.h>
#include <google/protobuf/timestamp.pb.h>
#if GOOGLE_PROTOBUF_VERSION < 3001000