From 6449883ccacfee276ed9d99fa047342cdc51ab88 Mon Sep 17 00:00:00 2001 From: Brion Vibber Date: Mon, 29 Jan 2018 13:52:20 -0800 Subject: Fix iOS/macOS build with current SDKs. Use not when building for Apple platforms, as it works with modular dynamic-framework builds. Signed-off-by: Ralph Giles --- include/ogg/os_types.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/ogg') diff --git a/include/ogg/os_types.h b/include/ogg/os_types.h index 4165bce..eb8a322 100644 --- a/include/ogg/os_types.h +++ b/include/ogg/os_types.h @@ -70,7 +70,7 @@ #elif (defined(__APPLE__) && defined(__MACH__)) /* MacOS X Framework build */ -# include +# include typedef int16_t ogg_int16_t; typedef uint16_t ogg_uint16_t; typedef int32_t ogg_int32_t; -- cgit v1.2.1