From 57b3d2ffb157e5b2bba8bee02940193c9ea1566f Mon Sep 17 00:00:00 2001 From: Solomon Peachy Date: Tue, 18 Jun 2024 10:55:27 -0400 Subject: FS#13358: Fix sansapatcher build against musl libc Change-Id: I1824019f4eb30877e2883912ddb50bd420de9fb6 --- utils/sansapatcher/sansaio.h | 1 + 1 file changed, 1 insertion(+) diff --git a/utils/sansapatcher/sansaio.h b/utils/sansapatcher/sansaio.h index 61e2f1d1b2..327f8fbd18 100644 --- a/utils/sansapatcher/sansaio.h +++ b/utils/sansapatcher/sansaio.h @@ -23,6 +23,7 @@ #define __SANSAIO_H #include +#include #if !defined(_MSC_VER) #include /* not available on MSVC */ #endif -- cgit v1.2.3