From 2198077541e37c3f6a69ab221f3e4814c7495279 Mon Sep 17 00:00:00 2001 From: Pierre Pronchery Date: Sun, 4 Feb 2018 19:14:52 +0100 Subject: [PATCH] Fix build with newer libSystem Array API --- src/configure.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/configure.h b/src/configure.h index 32820e7..daff2b3 100644 --- a/src/configure.h +++ b/src/configure.h @@ -35,7 +35,7 @@ /* types */ -ARRAY(Config *, config) +ARRAY2(Config *, config) typedef enum _HostArch {