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
Olaf Meeuwissen 2015-11-08 18:49:58 +09:00
rodzic b0a99cb489
commit 1baab222e4
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -207,6 +207,7 @@ normal levels. This system is a plan rather than a reality
#include <math.h>
#include <poll.h>
#include <time.h>
#include <sys/socket.h>
#if WITH_AVAHI
/* used for auto detecting network printers */