From e9d3a2a38d4629b71de709335c22e4a9fde2ed45 Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Sun, 10 Mar 2019 17:36:00 -0500 Subject: install.c doesn't include the standard headers so hasn't got ARRAY_LEN() --- scripts/install.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') diff --git a/scripts/install.c b/scripts/install.c index ba47dd14..3ffb867d 100644 --- a/scripts/install.c +++ b/scripts/install.c @@ -22,7 +22,7 @@ int main(int argc, char *argv[]) int i, len = 0; // Output list of applets. - for (i=1; i1) { -- cgit v1.2.3