]> git.ipfire.org Git - thirdparty/cups.git/commitdiff
Fix missing include.
authorMichael R Sweet <michael.r.sweet@gmail.com>
Fri, 8 Sep 2023 17:07:25 +0000 (13:07 -0400)
committerMichael R Sweet <michael.r.sweet@gmail.com>
Fri, 8 Sep 2023 17:07:25 +0000 (13:07 -0400)
cups/testarray.c

index 1765b5edc7763a2e82fdf14d3688f0a903f5a2b2..7bead9a015b9fa0c0e0badbb64db01356d6fa6a7 100644 (file)
@@ -11,6 +11,7 @@
  * Include necessary headers...
  */
 
+#include "cups.h"
 #include "string-private.h"
 #include "debug-private.h"
 #include "array-private.h"