From: Lennart Poettering Date: Thu, 2 Jun 2016 15:52:58 +0000 (+0200) Subject: lldp: include sys/types.h in sd-lldp.h X-Git-Tag: v231~207^2~5 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f848976364c0442595f01fa147d82b2cc728c101;p=thirdparty%2Fsystemd.git lldp: include sys/types.h in sd-lldp.h After all, we use clockid_t which is defined there. --- diff --git a/src/systemd/sd-lldp.h b/src/systemd/sd-lldp.h index ef9596838be..3f35eebea39 100644 --- a/src/systemd/sd-lldp.h +++ b/src/systemd/sd-lldp.h @@ -23,6 +23,7 @@ #include #include +#include #include "sd-event.h"