kopia lustrzana https://gitlab.com/sane-project/backends
Add missing include (fixes 315207)
Both Linux and NetBSD mention this header for use of setsocketopt(). DragonFly BSD needs it for the SOL_SOCKET symbol.merge-requests/1/head
rodzic
b0a99cb489
commit
1baab222e4
|
@ -207,6 +207,7 @@ normal levels. This system is a plan rather than a reality
|
||||||
#include <math.h>
|
#include <math.h>
|
||||||
#include <poll.h>
|
#include <poll.h>
|
||||||
#include <time.h>
|
#include <time.h>
|
||||||
|
#include <sys/socket.h>
|
||||||
|
|
||||||
#if WITH_AVAHI
|
#if WITH_AVAHI
|
||||||
/* used for auto detecting network printers */
|
/* used for auto detecting network printers */
|
||||||
|
|
Ładowanie…
Reference in New Issue