From a40b421ac7e7ae9a17e63f4ef91cf8f3d54c2dad Mon Sep 17 00:00:00 2001 From: Augustin Cavalier Date: Thu, 24 Feb 2022 21:49:26 -0500 Subject: [PATCH] freebsd_network: Restore include of sys/pcpu.h in sys/mutex.h. Fixes some build failures in a few WiFi drivers. --- src/libs/compat/freebsd_network/compat/sys/mutex.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/libs/compat/freebsd_network/compat/sys/mutex.h b/src/libs/compat/freebsd_network/compat/sys/mutex.h index dd1ce55755..c4c2a701bf 100644 --- a/src/libs/compat/freebsd_network/compat/sys/mutex.h +++ b/src/libs/compat/freebsd_network/compat/sys/mutex.h @@ -9,6 +9,7 @@ #include #include +#include #define MA_OWNED 0x1