mirror of
git://slackware.nl/current.git
synced 2024-12-27 09:59:16 +01:00
abc3e67678
a/less-654-x86_64-1.txz: Upgraded. d/ninja-1.12.1-x86_64-1.txz: Upgraded. n/whois-5.5.23-x86_64-1.txz: Upgraded. Updated the .sc, .********* (.xn--yfro4i67o, Singapore) and .********************************* (.xn--clchc0ea0b2g2a9gcd, Singapore) TLD servers. extra/bittornado/bittornado-0.3.18-noarch-3.txz: Removed. Obsolete and based on python2.
19 lines
502 B
Diff
19 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"
|
|
|
|
|