From 82428176f5b092c51cf9288c0a3fc0313c33d439 Mon Sep 17 00:00:00 2001 From: Michael R Sweet Date: Thu, 25 Oct 2018 13:09:46 -0400 Subject: [PATCH] Need to install debug-private.h as a private header. --- cups/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/cups/Makefile b/cups/Makefile index 37a80563fb..7c31019e69 100644 --- a/cups/Makefile +++ b/cups/Makefile @@ -128,6 +128,7 @@ HEADERS = \ HEADERSPRIV = \ array-private.h \ cups-private.h \ + debug-private.h \ file-private.h \ http-private.h \ ipp-private.h \ -- 2.47.2