FS#13358: Fix sansapatcher build against musl libc

Change-Id: I1824019f4eb30877e2883912ddb50bd420de9fb6
This commit is contained in:
Solomon Peachy 2024-06-18 10:55:27 -04:00
parent 70c5d6239e
commit 57b3d2ffb1

View file

@ -23,6 +23,7 @@
#define __SANSAIO_H
#include <stdint.h>
#include <sys/types.h>
#if !defined(_MSC_VER)
#include <unistd.h> /* not available on MSVC */
#endif