summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2016-06-02 17:52:58 +0200
committerLennart Poettering <lennart@poettering.net>2016-06-06 19:59:08 +0200
commitf848976364c0442595f01fa147d82b2cc728c101 (patch)
tree52b36ed73c6a4fceef1a962d21da27c8e1b23c6e /src
parenta1fb61b0e826181b1bea514f8a7358081578133d (diff)
lldp: include sys/types.h in sd-lldp.h
After all, we use clockid_t which is defined there.
Diffstat (limited to 'src')
-rw-r--r--src/systemd/sd-lldp.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/systemd/sd-lldp.h b/src/systemd/sd-lldp.h
index ef9596838b..3f35eebea3 100644
--- a/src/systemd/sd-lldp.h
+++ b/src/systemd/sd-lldp.h
@@ -23,6 +23,7 @@
#include <inttypes.h>
#include <net/ethernet.h>
+#include <sys/types.h>
#include "sd-event.h"