]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
lldp: include sys/types.h in sd-lldp.h
authorLennart Poettering <lennart@poettering.net>
Thu, 2 Jun 2016 15:52:58 +0000 (17:52 +0200)
committerLennart Poettering <lennart@poettering.net>
Mon, 6 Jun 2016 17:59:08 +0000 (19:59 +0200)
After all, we use clockid_t which is defined there.

src/systemd/sd-lldp.h

index ef9596838bef7586988d20018e5d5f010f3c3917..3f35eebea391b1ffb8ac0c020fa5e5f636d0e10f 100644 (file)
@@ -23,6 +23,7 @@
 
 #include <inttypes.h>
 #include <net/ethernet.h>
+#include <sys/types.h>
 
 #include "sd-event.h"