hplip/hplip-3.11.7-cups-1.5.patch
Silvan Calarco 7e15cd93a6 patch to suppress 'warning: openmamba distro is not found in AUTH_TYPES'
patch to hide from systray when inactive by default [release 3.14.4-2mamba;Fri Apr 11 2014]
2024-01-05 23:42:54 +01:00

12 lines
402 B
Diff

diff -up hplip-3.11.5/prnt/hpps/hppsfilter.c.cups15 hplip-3.11.5/prnt/hpps/hppsfilter.c
--- hplip-3.11.5/prnt/hpps/hppsfilter.c.cups15 2011-06-10 11:44:25.933781345 +0100
+++ hplip-3.11.5/prnt/hpps/hppsfilter.c 2011-06-10 11:46:24.474510996 +0100
@@ -38,6 +38,7 @@
#include <unistd.h>
#include <fcntl.h>
#include <cups/cups.h>
+#include <cups/ppd.h>
#include <sys/types.h>
#include <sys/stat.h>