blob: db68a179781dd0a92fb09fc2adcd06352e599057 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- printing/backend/cups_jobs.cc.orig 2025-09-06 10:01:20 UTC
+++ printing/backend/cups_jobs.cc
@@ -31,7 +31,7 @@
#include "printing/backend/cups_ipp_helper.h"
#include "printing/printer_status.h"
-#if BUILDFLAG(IS_LINUX)
+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD)
#include "printing/backend/cups_weak_functions.h"
#endif
|