From: Joel Sing Date: Tue, 18 May 2021 06:01:43 +0000 (+1000) Subject: runtime: include pthread.h in defs_openbsd.go X-Git-Tag: go1.18beta1~1791 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=6a760d6c36;p=gostls13.git runtime: include pthread.h in defs_openbsd.go This is required now that defs_openbsd.go has pthread related references. Updates #36435 Change-Id: I73cdf23eef6aceea6f9b37b7702bdb3b560aa120 Reviewed-on: https://go-review.googlesource.com/c/go/+/334877 Trust: Joel Sing Run-TryBot: Ian Lance Taylor TryBot-Result: Go Bot Reviewed-by: Cherry Mui --- diff --git a/src/runtime/defs_openbsd.go b/src/runtime/defs_openbsd.go index 8d323449d1..f818dc4453 100644 --- a/src/runtime/defs_openbsd.go +++ b/src/runtime/defs_openbsd.go @@ -26,6 +26,7 @@ package runtime #include #include #include +#include #include */ import "C"