mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
4b62d69211
Explicitly include stdint.h here to make the code compile. OK aja
14 lines
318 B
Plaintext
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>
|