ports/print/hplip/files/patch-scan_sane_http.c
Tijl Coosemans 1237feacf2 print/hplip: Fix build with llvm16
PR:		272171
2023-06-25 16:44:03 +02:00

10 lines
213 B
C

--- scan/sane/http.c.orig 2023-06-02 08:02:36 UTC
+++ scan/sane/http.c
@@ -36,6 +36,7 @@
#include <string.h>
#include <syslog.h>
#include <ctype.h>
+#include <unistd.h>
#include "hpmud.h"
#include "http.h"