Fix incorrect header in thd.c

pull/8490/head
Perumaal S 8 years ago
parent b40a8fa95b
commit e1e3c8bafe
  1. 2
      src/core/lib/support/thd.c

@ -33,7 +33,7 @@
/* Posix implementation for gpr threads. */ /* Posix implementation for gpr threads. */
#include <memory.h> #include <string.h>
#include <grpc/support/thd.h> #include <grpc/support/thd.h>

Loading…
Cancel
Save