openbsd-ports/print/hplip/patches/patch-scan_sane_orblite_c
ajacoutot 0018626186 Update to hplip-3.18.10.
Very *lightly* tested so far; please send any regression to me directly.
2018-10-31 14:14:30 +00:00

15 lines
331 B
Plaintext

$OpenBSD: patch-scan_sane_orblite_c,v 1.1 2018/10/31 14:14:30 ajacoutot Exp $
Index: scan/sane/orblite.c
--- scan/sane/orblite.c.orig
+++ scan/sane/orblite.c
@@ -14,6 +14,8 @@
extern "C" {
#endif
+#include <dlfcn.h> /* dlclose */
+
#include "sane.h" /* SANE API */
#define DEBUG_NOT_STATIC
#undef NDEBUG