gcc15 seems to be pickier when it comes to stdint.h defines.

Explicitly include stdint.h here to make the code compile.
OK aja
This commit is contained in:
claudio
2025-11-24 13:34:27 +00:00
parent e7bdaa660b
commit 4b62d69211
@@ -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 <stdint.h>
#include <cups/dir.h>
#include <cups/transcode.h>
#include <ppd/ppd.h>