From 77dddf6ce68042107a1babc74bea469773c1680d Mon Sep 17 00:00:00 2001 From: Michael R Sweet Date: Fri, 8 Sep 2023 13:07:25 -0400 Subject: [PATCH] Fix missing include. --- cups/testarray.c | 1 + 1 file changed, 1 insertion(+) diff --git a/cups/testarray.c b/cups/testarray.c index 1765b5edc7..7bead9a015 100644 --- a/cups/testarray.c +++ b/cups/testarray.c @@ -11,6 +11,7 @@ * Include necessary headers... */ +#include "cups.h" #include "string-private.h" #include "debug-private.h" #include "array-private.h"