[fix] Include event_engine.h unconditionally in tcp_server_posix (#33668)

pull/33693/head
AJ Heller 1 year ago committed by GitHub
parent a934848de5
commit 8bab8f1724
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/core/lib/iomgr/tcp_server_posix.cc

@ -25,7 +25,6 @@
// FIXME: "posix" files shouldn't be depending on _GNU_SOURCE
#ifndef _GNU_SOURCE
#define _GNU_SOURCE
#include <grpc/event_engine/event_engine.h>
#endif
#include "src/core/lib/iomgr/port.h"
@ -50,6 +49,7 @@
#include <grpc/byte_buffer.h>
#include <grpc/event_engine/endpoint_config.h>
#include <grpc/event_engine/event_engine.h>
#include <grpc/support/alloc.h>
#include <grpc/support/log.h>
#include <grpc/support/sync.h>

Loading…
Cancel
Save