From 1baab222e418275ec6fd14afad91b64d0110fdbd Mon Sep 17 00:00:00 2001 From: Olaf Meeuwissen Date: Sun, 8 Nov 2015 18:49:58 +0900 Subject: [PATCH] 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. --- backend/kodakaio.c | 1 + 1 file changed, 1 insertion(+) diff --git a/backend/kodakaio.c b/backend/kodakaio.c index 42b59a5b5..564607d32 100644 --- a/backend/kodakaio.c +++ b/backend/kodakaio.c @@ -207,6 +207,7 @@ normal levels. This system is a plan rather than a reality #include #include #include +#include #if WITH_AVAHI /* used for auto detecting network printers */