From a1ce46cabb919cc27b4f327966172c34891a339a Mon Sep 17 00:00:00 2001 From: Rosen Penev Date: Tue, 7 Jun 2022 23:03:46 -0700 Subject: [PATCH] add pthread header Fixes compilation under musl. --- src/common/debug.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/common/debug.h b/src/common/debug.h index 4bf903b6..52ba970a 100644 --- a/src/common/debug.h +++ b/src/common/debug.h @@ -24,6 +24,7 @@ # include # include "../windows/platform.h" #else +# include # include #endif