Merge pull request #1978 from injust/xcode-16

Fix build on Xcode 16
This commit is contained in:
Mitchell Hashimoto
2024-07-20 11:12:04 -07:00
committed by GitHub

View File

@ -13,6 +13,7 @@ extern "C" {
#endif
#include <stdbool.h>
#include <stddef.h>
#include <stdint.h>
//-------------------------------------------------------------------