95e3708c4c
hplip-scan-orblite-c99.patch hplip-sclpml-strcasestr.patch hplip-hpaio-gcc14.patch to avoid C99 violations which prevent building with GCC 14. [boo#1225777] The patches were taken frombbb19dff5e
andd726b77698
If the request is OK, please forward it to Factory soon-ish too so that we can switch the default compiler. Thanks! OBS-URL: https://build.opensuse.org/package/show/Printing/hplip?expand=0&rev=252
20 lines
502 B
Diff
20 lines
502 B
Diff
scam/sane/hpaio.c: Include orblite.h for more function prototypes
|
|
|
|
Otherwise the build fails with compilers which do not support
|
|
implicit function declarations.
|
|
|
|
Submitted upstream: <https://bugs.launchpad.net/hplip/+bug/1997875>
|
|
|
|
diff --git a/scan/sane/hpaio.c b/scan/sane/hpaio.c
|
|
index d342626822fc2190..57d1ddea32fb5816 100644
|
|
--- a/scan/sane/hpaio.c
|
|
+++ b/scan/sane/hpaio.c
|
|
@@ -50,6 +50,7 @@
|
|
#include "sclpml.h"
|
|
#include "escl.h"
|
|
#include "io.h"
|
|
+#include "orblite.h"
|
|
#include "orblitei.h"
|
|
|
|
|