1f5e2304f2
we can backport security fixes to older releases (bsc#1234745) OBS-URL: https://build.opensuse.org/package/show/Printing/hplip?expand=0&rev=256
13 lines
322 B
Diff
13 lines
322 B
Diff
Index: hplip-3.20.9/scan/sane/http.c
|
|
===================================================================
|
|
--- hplip-3.20.9.orig/scan/sane/http.c
|
|
+++ hplip-3.20.9/scan/sane/http.c
|
|
@@ -33,6 +33,7 @@
|
|
|
|
#include <stdio.h>
|
|
#include <stdlib.h>
|
|
+#include <unistd.h>
|
|
#include <string.h>
|
|
#include <syslog.h>
|
|
#include <ctype.h>
|