freebsd-ports/print/dymo-cups-drivers/files/patch-src_common_CupsPrintEnvironment.h
Hans Petter Selasky 7d2ec63817 Fix build after cups port was updated.
Patch obtained from:
948abc3500

PR:		247577
Approved by:	pi (implicit)
2020-06-27 09:54:43 +00:00

11 lines
336 B
C++

--- src/common/CupsPrintEnvironment.h.orig 2020-06-27 09:49:12 UTC
+++ src/common/CupsPrintEnvironment.h
@@ -21,6 +21,8 @@
#ifndef h952b1c81_8931_433a_8479_7ae6d8e85a86
#define h952b1c81_8931_433a_8479_7ae6d8e85a86
+#include <cups/backend.h>
+#include <cups/sidechannel.h>
#include "PrinterDriver.h"
namespace DymoPrinterDriver