blob: 1627724944c341eee70661966ce29994a77e5a9d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- printing/backend/cups_printer.cc.orig 2025-08-26 20:49:50 UTC
+++ printing/backend/cups_printer.cc
@@ -24,7 +24,7 @@
#include "printing/print_job_constants.h"
#include "url/gurl.h"
-#if BUILDFLAG(IS_LINUX)
+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD)
#include "printing/backend/cups_weak_functions.h"
#endif
|