summaryrefslogtreecommitdiffstats
path: root/testpat/testpat.c
diff options
context:
space:
mode:
Diffstat (limited to 'testpat/testpat.c')
-rw-r--r--testpat/testpat.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/testpat/testpat.c b/testpat/testpat.c
index c54908ba..327da7eb 100644
--- a/testpat/testpat.c
+++ b/testpat/testpat.c
@@ -40,6 +40,8 @@ __RCSID("$NetBSD: testpat.c,v 1.4 2021/01/08 15:16:04 christos Exp $");
#include <string.h>
#include <time.h>
+#define __arraycount(a) (sizeof(a) / sizeof(*(a)))
+
static int colour_list[6] = {
COLOR_YELLOW,
COLOR_CYAN,