From: Emil Renner Berthing Date: Thu, 18 Sep 2014 13:24:38 +0000 (+0200) Subject: include fcntl.h rather than sys/fcntl.h X-Git-Tag: v217~521 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=fdb8bd0fe7244b72ddc1c08e401ebddefdaf4f46;hp=1ed96046cb2143f99888383157db16cd184d4b5a;p=elogind.git include fcntl.h rather than sys/fcntl.h --- diff --git a/src/socket-proxy/socket-proxyd.c b/src/socket-proxy/socket-proxyd.c index 81d8457fd..ff2b24f45 100644 --- a/src/socket-proxy/socket-proxyd.c +++ b/src/socket-proxy/socket-proxyd.c @@ -26,7 +26,7 @@ #include #include #include -#include +#include #include #include #include