Commit 859c6352 by Andy Getzendanner Committed by Copybara-Service

Include proper #includes for POSIX thread identity implementation when using…

Include proper #includes for POSIX thread identity implementation when using that implementation on MinGW.

Fixes #1124

PiperOrigin-RevId: 452596638
Change-Id: Iab34b8e112dc050ffe346a418fa7b499983f0dcf
parent bed94589
......@@ -14,7 +14,7 @@
#include "absl/base/internal/thread_identity.h"
#ifndef _WIN32
#if !defined(_WIN32) || defined(__MINGW32__)
#include <pthread.h>
#include <signal.h>
#endif
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment