summaryrefslogtreecommitdiff
path: root/grpc/src/core/tsi/alts/crypt/gsec.h
diff options
context:
space:
mode:
Diffstat (limited to 'grpc/src/core/tsi/alts/crypt/gsec.h')
-rw-r--r--grpc/src/core/tsi/alts/crypt/gsec.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/grpc/src/core/tsi/alts/crypt/gsec.h b/grpc/src/core/tsi/alts/crypt/gsec.h
index 4d65caa9..c330ca69 100644
--- a/grpc/src/core/tsi/alts/crypt/gsec.h
+++ b/grpc/src/core/tsi/alts/crypt/gsec.h
@@ -21,16 +21,20 @@
#include <grpc/support/port_platform.h>
+#include <grpc/event_engine/port.h>
+
#include <assert.h>
#include <stdint.h>
#include <stdlib.h>
#include <grpc/grpc.h>
+#ifndef GRPC_EVENT_ENGINE_POSIX
struct iovec {
void* iov_base;
size_t iov_len;
};
+#endif // GRPC_EVENT_ENGINE_POSIX
/**
* A gsec interface for AEAD encryption schemes. The API is thread-compatible.