ports/print/hplip/patches/patch-scan_sane_orblite_c

13 lines
244 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
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