mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
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:
@@ -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>
|
||||
Reference in New Issue
Block a user