From: Matija Skala Date: Wed, 15 Mar 2017 12:21:10 +0000 (+0100) Subject: fix includes X-Git-Tag: v234~367^2~2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=284d1cd0a12cad96a5ea61d1afb0dd677dbd147e;p=thirdparty%2Fsystemd.git fix includes linux/sockios.h is needed for the SIOCGSTAMPNS macro xlocale.h is included indirectly in glibc and doesn't even exist in other libcs --- diff --git a/src/basic/parse-util.c b/src/basic/parse-util.c index 6e58ced6f52..d86700736d7 100644 --- a/src/basic/parse-util.c +++ b/src/basic/parse-util.c @@ -23,7 +23,6 @@ #include #include #include -#include #include "alloc-util.h" #include "extract-word.h" diff --git a/src/libsystemd-network/sd-lldp.c b/src/libsystemd-network/sd-lldp.c index 0702241506b..39ddb2461af 100644 --- a/src/libsystemd-network/sd-lldp.c +++ b/src/libsystemd-network/sd-lldp.c @@ -19,6 +19,7 @@ ***/ #include +#include #include "sd-lldp.h"