Files
ports/print/libppd/patches/patch-ppd_ppd-collection_cxx
T
claudio 4b62d69211 gcc15 seems to be pickier when it comes to stdint.h defines.
Explicitly include stdint.h here to make the code compile.
OK aja
2025-11-24 13:34:27 +00:00

14 lines
318 B
Plaintext

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 <stdint.h>
#include <cups/dir.h>
#include <cups/transcode.h>
#include <ppd/ppd.h>