diff --git a/print/libppd/patches/patch-ppd_ppd-collection_cxx b/print/libppd/patches/patch-ppd_ppd-collection_cxx new file mode 100644 index 00000000000..f7930cdbde1 --- /dev/null +++ b/print/libppd/patches/patch-ppd_ppd-collection_cxx @@ -0,0 +1,13 @@ +ppd-collection.cxx:853:13: error: 'intmax_t' was not declared in this scope + +Index: ppd/ppd-collection.cxx +--- ppd/ppd-collection.cxx.orig ++++ ppd/ppd-collection.cxx +@@ -16,6 +16,7 @@ + // Include necessary headers... + // + ++#include + #include + #include + #include